#ACA996

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

Shades of Eagle #ACA996

Tints of Eagle #ACA996

Color information

#ACA996 (or 0xACA996) is unknown color: approx Eagle. HEX triplet: AC, A9 and 96. RGB value is (172,169,150). Sum of RGB (Red+Green+Blue) = 172+169+150=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA996 is #535669. Grayscale: #A7A7A7. Windows color (decimal): -5461610 or 9873836. OLE color: 9873836.

HSL color Cylindrical-coordinate representation of color #ACA996: hue angle of 51.82º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA996 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172169150-
CMYK00.020.130.33
HSL51.82º11.7%63.14%-
HSV(B)51.82º12.79%67.45%-
XYZ36.7139.3534.51-
YUV167.73117.99131.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=35.03%
G=34.42%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216915000.020.130.3351.8211.763.14
HexACA99602D2134c3f
Octal254251226021541641477
Binary10101100101010011001011001011011000011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA996; }

 p { color: rgb(172,169,150); }

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

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

 a { background-color: rgb(172,169,150); }

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

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

 span { border-color: rgb(172,169,150); }

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