#ABA996

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

Shades of Eagle #ABA996

Tints of Eagle #ABA996

Color information

#ABA996 (or 0xABA996) is unknown color: approx Eagle. HEX triplet: AB, A9 and 96. RGB value is (171,169,150). Sum of RGB (Red+Green+Blue) = 171+169+150=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA996 is #545669. Grayscale: #A7A7A7. Windows color (decimal): -5527146 or 9873835. OLE color: 9873835.

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

Color convert

RGB171169150-
CMYK00.010.120.33
HSL54.29º11.11%62.94%-
HSV(B)54.29º12.28%67.06%-
XYZ36.4939.2434.5-
YUV167.43118.16130.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=34.90%
G=34.49%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116915000.010.120.3354.2911.1162.94
HexABA99601C2136b3f
Octal253251226011441661377
Binary1010101110101001100101100111001000011101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA996; }

 p { color: rgb(171,169,150); }

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

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

 a { background-color: rgb(171,169,150); }

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

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

 span { border-color: rgb(171,169,150); }

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