#ABA796

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

Shades of Eagle #ABA796

Tints of Eagle #ABA796

Color information

#ABA796 (or 0xABA796) is unknown color: approx Eagle. HEX triplet: AB, A7 and 96. RGB value is (171,167,150). Sum of RGB (Red+Green+Blue) = 171+167+150=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA796 is #545869. Grayscale: #A6A6A6. Windows color (decimal): -5527658 or 9873323. OLE color: 9873323.

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

Color convert

RGB171167150-
CMYK00.020.120.33
HSL48.57º11.11%62.94%-
HSV(B)48.57º12.28%67.06%-
XYZ36.1238.534.38-
YUV166.26118.83131.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=35.04%
G=34.22%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116715000.020.120.3348.5711.1162.94
HexABA79602C2131b3f
Octal253247226021441611377
Binary10101011101001111001011001011001000011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA796; }

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

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

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

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

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

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

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

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