#ACA797

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

Shades of Eagle #ACA797

Tints of Eagle #ACA797

Color information

#ACA797 (or 0xACA797) is unknown color: approx Eagle. HEX triplet: AC, A7 and 97. RGB value is (172,167,151). Sum of RGB (Red+Green+Blue) = 172+167+151=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA797 is #535868. Grayscale: #A6A6A6. Windows color (decimal): -5462121 or 9938860. OLE color: 9938860.

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

Color convert

RGB172167151-
CMYK00.030.120.33
HSL45.71º11.23%63.33%-
HSV(B)45.71º12.21%67.45%-
XYZ36.4238.6434.82-
YUV166.67119.16131.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=35.10%
G=34.08%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216715100.030.120.3345.7111.2363.33
HexACA79703C212eb3f
Octal254247227031441561377
Binary10101100101001111001011101111001000011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA797; }

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

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

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

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

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

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

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

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