#ACAB93

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

Shades of Eagle #ACAB93

Tints of Eagle #ACAB93

Color information

#ACAB93 (or 0xACAB93) is unknown color: approx Eagle. HEX triplet: AC, AB and 93. RGB value is (172,171,147). Sum of RGB (Red+Green+Blue) = 172+171+147=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB93 is #53546C. Grayscale: #A8A8A8. Windows color (decimal): -5461101 or 9677740. OLE color: 9677740.

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

Color convert

RGB172171147-
CMYK00.010.150.33
HSL57.6º13.09%62.55%-
HSV(B)57.6º14.53%67.45%-
XYZ36.844033.38-
YUV168.56115.83130.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 147 (57.81% from 255) = 30%
R=35.10%
G=34.90%
B=30%

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
Decimal17217114700.010.150.3357.613.0962.55
HexACAB9301F213ad3f
Octal254253223011741721577
Binary1010110010101011100100110111111000011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB93; }

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

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

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

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

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

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

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

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