#ABA992

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

Shades of Eagle #ABA992

Tints of Eagle #ABA992

Color information

#ABA992 (or 0xABA992) is unknown color: approx Eagle. HEX triplet: AB, A9 and 92. RGB value is (171,169,146). Sum of RGB (Red+Green+Blue) = 171+169+146=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA992 is #54566D. Grayscale: #A7A7A7. Windows color (decimal): -5527150 or 9611691. OLE color: 9611691.

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

Color convert

RGB171169146-
CMYK00.010.150.33
HSL55.2º12.95%62.16%-
HSV(B)55.2º14.62%67.06%-
XYZ36.1739.1132.84-
YUV166.98116.16130.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=35.19%
G=34.77%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116914600.010.150.3355.212.9562.16
HexABA99201F2137d3e
Octal253251222011741671576
Binary1010101110101001100100100111111000011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA992; }

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

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

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

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

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

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

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

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