#ACA58E

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

Shades of Eagle #ACA58E

Tints of Eagle #ACA58E

Color information

#ACA58E (or 0xACA58E) is unknown color: approx Eagle. HEX triplet: AC, A5 and 8E. RGB value is (172,165,142). Sum of RGB (Red+Green+Blue) = 172+165+142=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA58E is #535A71. Grayscale: #A4A4A4. Windows color (decimal): -5462642 or 9348524. OLE color: 9348524.

HSL color Cylindrical-coordinate representation of color #ACA58E: hue angle of 46º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA58E is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172165142-
CMYK00.040.170.33
HSL46º15.31%61.57%-
HSV(B)46º17.44%67.45%-
XYZ35.3537.6330.99-
YUV164.47115.32133.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=35.91%
G=34.45%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216514200.040.170.334615.3161.57
HexACA58E0411212ef3e
Octal254245216042141561776
Binary1010110010100101100011100100100011000011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA58E; }

 p { color: rgb(172,165,142); }

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

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

 a { background-color: rgb(172,165,142); }

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

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

 span { border-color: rgb(172,165,142); }

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