#ACA994

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

Shades of Eagle #ACA994

Tints of Eagle #ACA994

Color information

#ACA994 (or 0xACA994) is unknown color: approx Eagle. HEX triplet: AC, A9 and 94. RGB value is (172,169,148). Sum of RGB (Red+Green+Blue) = 172+169+148=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA994 is #53566B. Grayscale: #A7A7A7. Windows color (decimal): -5461612 or 9742764. OLE color: 9742764.

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

Color convert

RGB172169148-
CMYK00.020.140.33
HSL52.5º12.63%62.75%-
HSV(B)52.5º13.95%67.45%-
XYZ36.5539.2833.67-
YUV167.5116.99131.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=35.17%
G=34.56%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216914800.020.140.3352.512.6362.75
HexACA99402E2135d3f
Octal254251224021641651577
Binary10101100101010011001010001011101000011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA994; }

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

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

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

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

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

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

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

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