#ACAB8C

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

Shades of Eagle #ACAB8C

Tints of Eagle #ACAB8C

Color information

#ACAB8C (or 0xACAB8C) is unknown color: approx Eagle. HEX triplet: AC, AB and 8C. RGB value is (172,171,140). Sum of RGB (Red+Green+Blue) = 172+171+140=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB8C is #535473. Grayscale: #A7A7A7. Windows color (decimal): -5461108 or 9218988. OLE color: 9218988.

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

Color convert

RGB172171140-
CMYK00.010.190.33
HSL58.12º16.16%61.18%-
HSV(B)58.12º18.6%67.45%-
XYZ36.3139.7930.58-
YUV167.76112.33131.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=35.61%
G=35.40%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217114000.010.190.3358.1216.1661.18
HexACAB8C0113213a103d
Octal254253214012341722075
Binary101011001010101110001100011001110000111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB8C; }

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

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

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

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

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

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

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

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