#ACA895

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

Shades of Eagle #ACA895

Tints of Eagle #ACA895

Color information

#ACA895 (or 0xACA895) is unknown color: approx Eagle. HEX triplet: AC, A8 and 95. RGB value is (172,168,149). Sum of RGB (Red+Green+Blue) = 172+168+149=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA895 is #53576A. Grayscale: #A7A7A7. Windows color (decimal): -5461867 or 9808044. OLE color: 9808044.

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

Color convert

RGB172168149-
CMYK00.020.130.33
HSL49.57º12.17%62.94%-
HSV(B)49.57º13.37%67.45%-
XYZ36.4438.9534.03-
YUV167.03117.83131.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=35.17%
G=34.36%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216814900.020.130.3349.5712.1762.94
HexACA89502D2132c3f
Octal254250225021541621477
Binary10101100101010001001010101011011000011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA895; }

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

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

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

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

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

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

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

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