#ABA892

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

Shades of Eagle #ABA892

Tints of Eagle #ABA892

Color information

#ABA892 (or 0xABA892) is unknown color: approx Eagle. HEX triplet: AB, A8 and 92. RGB value is (171,168,146). Sum of RGB (Red+Green+Blue) = 171+168+146=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA892 is #54576D. Grayscale: #A6A6A6. Windows color (decimal): -5527406 or 9611435. OLE color: 9611435.

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

Color convert

RGB171168146-
CMYK00.020.150.33
HSL52.8º12.95%62.16%-
HSV(B)52.8º14.62%67.06%-
XYZ35.9938.7432.77-
YUV166.39116.49131.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=35.26%
G=34.64%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116814600.020.150.3352.812.9562.16
HexABA89202F2135d3e
Octal253250222021741651576
Binary10101011101010001001001001011111000011101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA892; }

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

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

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

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

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

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

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

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