#ACA894

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

Shades of Eagle #ACA894

Tints of Eagle #ACA894

Color information

#ACA894 (or 0xACA894) is unknown color: approx Eagle. HEX triplet: AC, A8 and 94. RGB value is (172,168,148). Sum of RGB (Red+Green+Blue) = 172+168+148=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA894 is #53576B. Grayscale: #A7A7A7. Windows color (decimal): -5461868 or 9742508. OLE color: 9742508.

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

Color convert

RGB172168148-
CMYK00.020.140.33
HSL50º12.63%62.75%-
HSV(B)50º13.95%67.45%-
XYZ36.3638.9133.61-
YUV166.92117.33131.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=35.25%
G=34.43%
B=30.33%

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
Decimal17216814800.020.140.335012.6362.75
HexACA89402E2132d3f
Octal254250224021641621577
Binary10101100101010001001010001011101000011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA894; }

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

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

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

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

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

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

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

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