#ACAA8E

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

Shades of Eagle #ACAA8E

Tints of Eagle #ACAA8E

Color information

#ACAA8E (or 0xACAA8E) is unknown color: approx Eagle. HEX triplet: AC, AA and 8E. RGB value is (172,170,142). Sum of RGB (Red+Green+Blue) = 172+170+142=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA8E is #535571. Grayscale: #A7A7A7. Windows color (decimal): -5461362 or 9349804. OLE color: 9349804.

HSL color Cylindrical-coordinate representation of color #ACAA8E: hue angle of 56º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACAA8E is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172170142-
CMYK00.010.170.33
HSL56º15.31%61.57%-
HSV(B)56º17.44%67.45%-
XYZ36.2739.4731.3-
YUV167.41113.66131.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=35.54%
G=35.12%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217014200.010.170.335615.3161.57
HexACAA8E01112138f3e
Octal254252216012141701776
Binary10101100101010101000111001100011000011110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA8E; }

 p { color: rgb(172,170,142); }

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

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

 a { background-color: rgb(172,170,142); }

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

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

 span { border-color: rgb(172,170,142); }

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