#ABAA93

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

Shades of Eagle #ABAA93

Tints of Eagle #ABAA93

Color information

#ABAA93 (or 0xABAA93) is unknown color: approx Eagle. HEX triplet: AB, AA and 93. RGB value is (171,170,147). Sum of RGB (Red+Green+Blue) = 171+170+147=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA93 is #54556C. Grayscale: #A7A7A7. Windows color (decimal): -5526893 or 9677483. OLE color: 9677483.

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

Color convert

RGB171170147-
CMYK00.010.140.33
HSL57.5º12.5%62.35%-
HSV(B)57.5º14.04%67.06%-
XYZ36.4439.5133.31-
YUV167.68116.33130.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=35.04%
G=34.84%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117014700.010.140.3357.512.562.35
HexABAA9301E213ad3e
Octal253252223011641721576
Binary1010101110101010100100110111101000011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA93; }

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

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

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

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

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

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

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

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