#ABA993

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

Shades of Eagle #ABA993

Tints of Eagle #ABA993

Color information

#ABA993 (or 0xABA993) is unknown color: approx Eagle. HEX triplet: AB, A9 and 93. RGB value is (171,169,147). Sum of RGB (Red+Green+Blue) = 171+169+147=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA993 is #54566C. Grayscale: #A7A7A7. Windows color (decimal): -5527149 or 9677227. OLE color: 9677227.

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

Color convert

RGB171169147-
CMYK00.010.140.33
HSL55º12.5%62.35%-
HSV(B)55º14.04%67.06%-
XYZ36.2539.1433.25-
YUV167.09116.66130.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=35.11%
G=34.70%
B=30.18%

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
Decimal17116914700.010.140.335512.562.35
HexABA99301E2137d3e
Octal253251223011641671576
Binary1010101110101001100100110111101000011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA993; }

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

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

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

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

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

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

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

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