#ABA04A

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

Shades of Brass #ABA04A

Tints of Brass #ABA04A

Color information

#ABA04A (or 0xABA04A) is unknown color: approx Brass. HEX triplet: AB, A0 and 4A. RGB value is (171,160,74). Sum of RGB (Red+Green+Blue) = 171+160+74=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA04A is #545FB5. Grayscale: #999999. Windows color (decimal): -5529526 or 4890795. OLE color: 4890795.

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

Color convert

RGB17116074-
CMYK00.060.570.33
HSL53.2º39.59%48.04%-
HSV(B)53.2º56.73%67.06%-
XYZ30.634.2911.49-
YUV153.4883.14140.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=42.22%
G=39.51%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711607400.060.570.3353.239.5948.04
HexABA04A063921352830
Octal253240112067141655060
Binary101010111010000010010100110111001100001110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA04A; }

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

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

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

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

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

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

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

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