#ABA491

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

Shades of Bison Hide #ABA491

Tints of Bison Hide #ABA491

Color information

#ABA491 (or 0xABA491) is unknown color: approx Bison Hide. HEX triplet: AB, A4 and 91. RGB value is (171,164,145). Sum of RGB (Red+Green+Blue) = 171+164+145=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA491 is #545B6E. Grayscale: #A4A4A4. Windows color (decimal): -5528431 or 9544875. OLE color: 9544875.

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

Color convert

RGB171164145-
CMYK00.040.150.33
HSL43.85º13.4%61.96%-
HSV(B)43.85º15.2%67.06%-
XYZ35.1837.2532.12-
YUV163.93117.32133.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=35.62%
G=34.17%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116414500.040.150.3343.8513.461.96
HexABA49104F212cd3e
Octal253244221041741541576
Binary101010111010010010010001010011111000011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA491; }

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

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

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

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

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

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

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

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