#ACAA92

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

Shades of Eagle #ACAA92

Tints of Eagle #ACAA92

Color information

#ACAA92 (or 0xACAA92) is unknown color: approx Eagle. HEX triplet: AC, AA and 92. RGB value is (172,170,146). Sum of RGB (Red+Green+Blue) = 172+170+146=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA92 is #53556D. Grayscale: #A7A7A7. Windows color (decimal): -5461358 or 9611948. OLE color: 9611948.

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

Color convert

RGB172170146-
CMYK00.010.150.33
HSL55.38º13.54%62.35%-
HSV(B)55.38º15.12%67.45%-
XYZ36.5839.632.91-
YUV167.86115.66130.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=35.25%
G=34.84%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217014600.010.150.3355.3813.5462.35
HexACAA9201F2137e3e
Octal254252222011741671676
Binary1010110010101010100100100111111000011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA92; }

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

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

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

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

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

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

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

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