#ACA897

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

Shades of Eagle #ACA897

Tints of Eagle #ACA897

Color information

#ACA897 (or 0xACA897) is unknown color: approx Eagle. HEX triplet: AC, A8 and 97. RGB value is (172,168,151). Sum of RGB (Red+Green+Blue) = 172+168+151=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA897 is #535768. Grayscale: #A7A7A7. Windows color (decimal): -5461865 or 9939116. OLE color: 9939116.

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

Color convert

RGB172168151-
CMYK00.020.120.33
HSL48.57º11.23%63.33%-
HSV(B)48.57º12.21%67.45%-
XYZ36.639.0134.88-
YUV167.26118.83131.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=35.03%
G=34.22%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216815100.020.120.3348.5711.2363.33
HexACA89702C2131b3f
Octal254250227021441611377
Binary10101100101010001001011101011001000011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA897; }

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

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

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

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

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

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

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

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