#ABAA90

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

Shades of Eagle #ABAA90

Tints of Eagle #ABAA90

Color information

#ABAA90 (or 0xABAA90) is unknown color: approx Eagle. HEX triplet: AB, AA and 90. RGB value is (171,170,144). Sum of RGB (Red+Green+Blue) = 171+170+144=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA90 is #54556F. Grayscale: #A7A7A7. Windows color (decimal): -5526896 or 9480875. OLE color: 9480875.

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

Color convert

RGB171170144-
CMYK00.010.160.33
HSL57.78º13.85%61.76%-
HSV(B)57.78º15.79%67.06%-
XYZ36.239.4232.09-
YUV167.33114.83130.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=35.26%
G=35.05%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117014400.010.160.3357.7813.8561.76
HexABAA900110213ae3e
Octal253252220012041721676
Binary10101011101010101001000001100001000011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA90; }

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

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

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

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

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

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

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

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