#ACA993

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

Shades of Eagle #ACA993

Tints of Eagle #ACA993

Color information

#ACA993 (or 0xACA993) is unknown color: approx Eagle. HEX triplet: AC, A9 and 93. RGB value is (172,169,147). Sum of RGB (Red+Green+Blue) = 172+169+147=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA993 is #53566C. Grayscale: #A7A7A7. Windows color (decimal): -5461613 or 9677228. OLE color: 9677228.

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

Color convert

RGB172169147-
CMYK00.020.150.33
HSL52.8º13.09%62.55%-
HSV(B)52.8º14.53%67.45%-
XYZ36.4739.2533.26-
YUV167.39116.49131.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=35.25%
G=34.63%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216914700.020.150.3352.813.0962.55
HexACA99302F2135d3f
Octal254251223021741651577
Binary10101100101010011001001101011111000011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA993; }

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

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

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

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

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

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

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

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