#ACAC95

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

Shades of Eagle #ACAC95

Tints of Eagle #ACAC95

Color information

#ACAC95 (or 0xACAC95) is unknown color: approx Eagle. HEX triplet: AC, AC and 95. RGB value is (172,172,149). Sum of RGB (Red+Green+Blue) = 172+172+149=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC95 is #53536A. Grayscale: #A9A9A9. Windows color (decimal): -5460843 or 9809068. OLE color: 9809068.

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

Color convert

RGB172172149-
CMYK000.130.33
HSL60º12.17%62.94%-
HSV(B)60º13.37%67.45%-
XYZ37.1940.4534.28-
YUV169.38116.5129.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=34.89%
G=34.89%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172149000.130.336012.1762.94
HexACAC9500D213cc3f
Octal254254225001541741477
Binary1010110010101100100101010011011000011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC95; }

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

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

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

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

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

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

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

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