#ABAA8D

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

Shades of Eagle #ABAA8D

Tints of Eagle #ABAA8D

Color information

#ABAA8D (or 0xABAA8D) is unknown color: approx Eagle. HEX triplet: AB, AA and 8D. RGB value is (171,170,141). Sum of RGB (Red+Green+Blue) = 171+170+141=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8D is #545572. Grayscale: #A7A7A7. Windows color (decimal): -5526899 or 9284267. OLE color: 9284267.

HSL color Cylindrical-coordinate representation of color #ABAA8D: hue angle of 58º degrees, saturation: 0.15, 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 #ABAA8D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171170141-
CMYK00.010.180.33
HSL58º15.15%61.18%-
HSV(B)58º17.54%67.06%-
XYZ35.9839.3330.89-
YUV166.99113.33130.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=35.48%
G=35.27%
B=29.25%

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
Decimal17117014100.010.180.335815.1561.18
HexABAA8D0112213af3d
Octal253252215012241721775
Binary10101011101010101000110101100101000011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA8D; }

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

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

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

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

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

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

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

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