#ACAC93

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

Shades of Eagle #ACAC93

Tints of Eagle #ACAC93

Color information

#ACAC93 (or 0xACAC93) is unknown color: approx Eagle. HEX triplet: AC, AC and 93. RGB value is (172,172,147). Sum of RGB (Red+Green+Blue) = 172+172+147=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC93 is #53536C. Grayscale: #A9A9A9. Windows color (decimal): -5460845 or 9677996. OLE color: 9677996.

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

Color convert

RGB172172147-
CMYK000.150.33
HSL60º13.09%62.55%-
HSV(B)60º14.53%67.45%-
XYZ37.0340.3833.45-
YUV169.15115.5130.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=35.03%
G=35.03%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172147000.150.336013.0962.55
HexACAC9300F213cd3f
Octal254254223001741741577
Binary1010110010101100100100110011111000011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC93; }

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

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

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

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

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

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

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

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