#ABA88E

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

Shades of Eagle #ABA88E

Tints of Eagle #ABA88E

Color information

#ABA88E (or 0xABA88E) is unknown color: approx Eagle. HEX triplet: AB, A8 and 8E. RGB value is (171,168,142). Sum of RGB (Red+Green+Blue) = 171+168+142=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88E is #545771. Grayscale: #A6A6A6. Windows color (decimal): -5527410 or 9349291. OLE color: 9349291.

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

Color convert

RGB171168142-
CMYK00.020.170.33
HSL53.79º14.72%61.37%-
HSV(B)53.79º16.96%67.06%-
XYZ35.6838.6231.16-
YUV165.93114.49131.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=35.55%
G=34.93%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116814200.020.170.3353.7914.7261.37
HexABA88E02112136f3d
Octal253250216022141661775
Binary101010111010100010001110010100011000011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA88E; }

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

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

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

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

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

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

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

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