#ABA58E

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

Shades of Eagle #ABA58E

Tints of Eagle #ABA58E

Color information

#ABA58E (or 0xABA58E) is unknown color: approx Eagle. HEX triplet: AB, A5 and 8E. RGB value is (171,165,142). Sum of RGB (Red+Green+Blue) = 171+165+142=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA58E is #545A71. Grayscale: #A4A4A4. Windows color (decimal): -5528178 or 9348523. OLE color: 9348523.

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

Color convert

RGB171165142-
CMYK00.040.170.33
HSL47.59º14.72%61.37%-
HSV(B)47.59º16.96%67.06%-
XYZ35.1337.5230.98-
YUV164.17115.49132.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=35.77%
G=34.52%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116514200.040.170.3347.5914.7261.37
HexABA58E04112130f3d
Octal253245216042141601775
Binary1010101110100101100011100100100011000011100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA58E; }

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

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

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

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

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

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

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

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