#ACAB8D

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

Shades of Eagle #ACAB8D

Tints of Eagle #ACAB8D

Color information

#ACAB8D (or 0xACAB8D) is unknown color: approx Eagle. HEX triplet: AC, AB and 8D. RGB value is (172,171,141). Sum of RGB (Red+Green+Blue) = 172+171+141=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB8D is #535472. Grayscale: #A8A8A8. Windows color (decimal): -5461107 or 9284524. OLE color: 9284524.

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

Color convert

RGB172171141-
CMYK00.010.180.33
HSL58.06º15.74%61.37%-
HSV(B)58.06º18.02%67.45%-
XYZ36.3839.8230.97-
YUV167.88112.83130.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=35.54%
G=35.33%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217114100.010.180.3358.0615.7461.37
HexACAB8D0112213a103d
Octal254253215012241722075
Binary101011001010101110001101011001010000111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB8D; }

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

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

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

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

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

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

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

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