#ACAA93

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

Shades of Eagle #ACAA93

Tints of Eagle #ACAA93

Color information

#ACAA93 (or 0xACAA93) is unknown color: approx Eagle. HEX triplet: AC, AA and 93. RGB value is (172,170,147). Sum of RGB (Red+Green+Blue) = 172+170+147=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA93 is #53556C. Grayscale: #A8A8A8. Windows color (decimal): -5461357 or 9677484. OLE color: 9677484.

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

Color convert

RGB172170147-
CMYK00.010.150.33
HSL55.2º13.09%62.55%-
HSV(B)55.2º14.53%67.45%-
XYZ36.6539.6333.32-
YUV167.98116.16130.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=35.17%
G=34.76%
B=30.06%

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
Decimal17217014700.010.150.3355.213.0962.55
HexACAA9301F2137d3f
Octal254252223011741671577
Binary1010110010101010100100110111111000011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA93; }

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

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

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

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

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

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

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

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