#ACA997

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

Shades of Eagle #ACA997

Tints of Eagle #ACA997

Color information

#ACA997 (or 0xACA997) is unknown color: approx Eagle. HEX triplet: AC, A9 and 97. RGB value is (172,169,151). Sum of RGB (Red+Green+Blue) = 172+169+151=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA997 is #535668. Grayscale: #A7A7A7. Windows color (decimal): -5461609 or 9939372. OLE color: 9939372.

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

Color convert

RGB172169151-
CMYK00.020.120.33
HSL51.43º11.23%63.33%-
HSV(B)51.43º12.21%67.45%-
XYZ36.7939.3834.94-
YUV167.84118.49130.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=34.96%
G=34.35%
B=30.69%

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
Decimal17216915100.020.120.3351.4311.2363.33
HexACA99702C2133b3f
Octal254251227021441631377
Binary10101100101010011001011101011001000011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA997; }

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

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

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

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

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

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

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

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