#ACA896

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

Shades of Eagle #ACA896

Tints of Eagle #ACA896

Color information

#ACA896 (or 0xACA896) is unknown color: approx Eagle. HEX triplet: AC, A8 and 96. RGB value is (172,168,150). Sum of RGB (Red+Green+Blue) = 172+168+150=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA896 is #535769. Grayscale: #A7A7A7. Windows color (decimal): -5461866 or 9873580. OLE color: 9873580.

HSL color Cylindrical-coordinate representation of color #ACA896: hue angle of 49.09º 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 #ACA896 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172168150-
CMYK00.020.130.33
HSL49.09º11.7%63.14%-
HSV(B)49.09º12.79%67.45%-
XYZ36.5238.9834.45-
YUV167.14118.33131.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=35.10%
G=34.29%
B=30.61%

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
Decimal17216815000.020.130.3349.0911.763.14
HexACA89602D2131c3f
Octal254250226021541611477
Binary10101100101010001001011001011011000011100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA896; }

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

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

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

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

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

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

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

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