#ABA493

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

Shades of Bison Hide #ABA493

Tints of Bison Hide #ABA493

Color information

#ABA493 (or 0xABA493) is unknown color: approx Bison Hide. HEX triplet: AB, A4 and 93. RGB value is (171,164,147). Sum of RGB (Red+Green+Blue) = 171+164+147=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA493 is #545B6C. Grayscale: #A4A4A4. Windows color (decimal): -5528429 or 9675947. OLE color: 9675947.

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

Color convert

RGB171164147-
CMYK00.040.140.33
HSL42.5º12.5%62.35%-
HSV(B)42.5º14.04%67.06%-
XYZ35.3437.3232.94-
YUV164.16118.32132.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=35.48%
G=34.02%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116414700.040.140.3342.512.562.35
HexABA49304E212bd3e
Octal253244223041641531576
Binary101010111010010010010011010011101000011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA493; }

 p { color: rgb(171,164,147); }

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

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

 a { background-color: rgb(171,164,147); }

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

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

 span { border-color: rgb(171,164,147); }

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