#ACA796

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

Shades of Eagle #ACA796

Tints of Eagle #ACA796

Color information

#ACA796 (or 0xACA796) is unknown color: approx Eagle. HEX triplet: AC, A7 and 96. RGB value is (172,167,150). Sum of RGB (Red+Green+Blue) = 172+167+150=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA796 is #535869. Grayscale: #A6A6A6. Windows color (decimal): -5462122 or 9873324. OLE color: 9873324.

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

Color convert

RGB172167150-
CMYK00.030.130.33
HSL46.36º11.7%63.14%-
HSV(B)46.36º12.79%67.45%-
XYZ36.3438.6134.39-
YUV166.56118.66131.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=35.17%
G=34.15%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216715000.030.130.3346.3611.763.14
HexACA79603D212ec3f
Octal254247226031541561477
Binary10101100101001111001011001111011000011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA796; }

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

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

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

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

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

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

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

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