#ACAB8E

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

Shades of Eagle #ACAB8E

Tints of Eagle #ACAB8E

Color information

#ACAB8E (or 0xACAB8E) is unknown color: approx Eagle. HEX triplet: AC, AB and 8E. RGB value is (172,171,142). Sum of RGB (Red+Green+Blue) = 172+171+142=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB8E is #535471. Grayscale: #A8A8A8. Windows color (decimal): -5461106 or 9350060. OLE color: 9350060.

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

Color convert

RGB172171142-
CMYK00.010.170.33
HSL58º15.31%61.57%-
HSV(B)58º17.44%67.45%-
XYZ36.4639.8531.36-
YUV167.99113.33130.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=35.46%
G=35.26%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217114200.010.170.335815.3161.57
HexACAB8E0111213af3e
Octal254253216012141721776
Binary10101100101010111000111001100011000011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB8E; }

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

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

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

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

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

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

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

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