#ACA794

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

Shades of Eagle #ACA794

Tints of Eagle #ACA794

Color information

#ACA794 (or 0xACA794) is unknown color: approx Eagle. HEX triplet: AC, A7 and 94. RGB value is (172,167,148). Sum of RGB (Red+Green+Blue) = 172+167+148=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA794 is #53586B. Grayscale: #A6A6A6. Windows color (decimal): -5462124 or 9742252. OLE color: 9742252.

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

Color convert

RGB172167148-
CMYK00.030.140.33
HSL47.5º12.63%62.75%-
HSV(B)47.5º13.95%67.45%-
XYZ36.1838.5533.55-
YUV166.33117.66132.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=35.32%
G=34.29%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216714800.030.140.3347.512.6362.75
HexACA79403E2130d3f
Octal254247224031641601577
Binary10101100101001111001010001111101000011100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA794; }

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

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

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

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

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

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

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

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