#ABA696

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

Shades of Eagle #ABA696

Tints of Eagle #ABA696

Color information

#ABA696 (or 0xABA696) is unknown color: approx Eagle. HEX triplet: AB, A6 and 96. RGB value is (171,166,150). Sum of RGB (Red+Green+Blue) = 171+166+150=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA696 is #545969. Grayscale: #A5A5A5. Windows color (decimal): -5527914 or 9873067. OLE color: 9873067.

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

Color convert

RGB171166150-
CMYK00.030.120.33
HSL45.71º11.11%62.94%-
HSV(B)45.71º12.28%67.06%-
XYZ35.9438.1334.32-
YUV165.67119.16131.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=35.11%
G=34.09%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116615000.030.120.3345.7111.1162.94
HexABA69603C212eb3f
Octal253246226031441561377
Binary10101011101001101001011001111001000011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA696; }

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

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

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

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

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

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

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

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