#aba043

Color #ABA043 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #ABA043

Tints of Brass #ABA043

Color information

#ABA043 (or 0xABA043) is unknown color: approx Brass. HEX triplet: AB, A0 and 43. RGB value is (171,160,67). Sum of RGB (Red+Green+Blue) = 171+160+67=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA043 is #545FBC. Grayscale: #999999. Windows color (decimal): -5529533 or 4432043. OLE color: 4432043.

HSL color Cylindrical-coordinate representation of color #ABA043: hue angle of 53.65º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABA043 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17116067-
CMYK00.060.610.33
HSL53.65º43.7%46.67%-
HSV(B)53.65º60.82%67.06%-
XYZ30.3834.210.31-
YUV152.6979.64141.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=42.96%
G=40.20%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711606700.060.610.3353.6543.746.67
HexABA043063D21362c2f
Octal253240103067541665457
Binary101010111010000010000110110111101100001110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba043; }

 p { color: rgb(171,160,67); }

 H1.HeaderClassName
 {
   color: #aba043;
 }
 .AnyTagClassName
 {
   color: #aba043;
 }
</style>
background-color css

<style>
 a { background-color: #aba043; }

 a { background-color: rgb(171,160,67); }

 div.DivClassName
 {
   background-color: #aba043;
 }
 .BgClassName
 {
   background-color: #aba043;
 }
</style>
border-color css

<style>
 span { border-color: #aba043; }

 span { border-color: rgb(171,160,67); }

 td.TdClassName
 {
   border-color: #aba043;
 }
 .TagClassName
 {
   border-color: #aba043;
 }
</style>