#ABA699

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

Shades of Bison Hide #ABA699

Tints of Bison Hide #ABA699

Color information

#ABA699 (or 0xABA699) is unknown color: approx Bison Hide. HEX triplet: AB, A6 and 99. RGB value is (171,166,153). Sum of RGB (Red+Green+Blue) = 171+166+153=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA699 is #545966. Grayscale: #A6A6A6. Windows color (decimal): -5527911 or 10069675. OLE color: 10069675.

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

Color convert

RGB171166153-
CMYK00.030.110.33
HSL43.33º9.68%63.53%-
HSV(B)43.33º10.53%67.06%-
XYZ36.1838.2335.61-
YUV166.01120.66131.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=34.90%
G=33.88%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116615300.030.110.3343.339.6863.53
HexABA69903B212ba40
Octal2532462310313415312100
Binary101010111010011010011001011101110000110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA699; }

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

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

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

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

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

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

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

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