#ABA494

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

Shades of Bison Hide #ABA494

Tints of Bison Hide #ABA494

Color information

#ABA494 (or 0xABA494) is unknown color: approx Bison Hide. HEX triplet: AB, A4 and 94. RGB value is (171,164,148). Sum of RGB (Red+Green+Blue) = 171+164+148=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA494 is #545B6B. Grayscale: #A4A4A4. Windows color (decimal): -5528428 or 9741483. OLE color: 9741483.

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

Color convert

RGB171164148-
CMYK00.040.130.33
HSL41.74º12.04%62.55%-
HSV(B)41.74º13.45%67.06%-
XYZ35.4237.3533.36-
YUV164.27118.82132.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=35.40%
G=33.95%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116414800.040.130.3341.7412.0462.55
HexABA49404D212ac3f
Octal253244224041541521477
Binary101010111010010010010100010011011000011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA494; }

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

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

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

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

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

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

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

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