#ABA695

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

Shades of Eagle #ABA695

Tints of Eagle #ABA695

Color information

#ABA695 (or 0xABA695) is unknown color: approx Eagle. HEX triplet: AB, A6 and 95. RGB value is (171,166,149). Sum of RGB (Red+Green+Blue) = 171+166+149=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA695 is #54596A. Grayscale: #A5A5A5. Windows color (decimal): -5527915 or 9807531. OLE color: 9807531.

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

Color convert

RGB171166149-
CMYK00.030.130.33
HSL46.36º11.58%62.75%-
HSV(B)46.36º12.87%67.06%-
XYZ35.8638.133.9-
YUV165.56118.66131.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=35.19%
G=34.16%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116614900.030.130.3346.3611.5862.75
HexABA69503D212ec3f
Octal253246225031541561477
Binary10101011101001101001010101111011000011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA695; }

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

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

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

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

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

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

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

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