#ABA391

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

Shades of Bison Hide #ABA391

Tints of Bison Hide #ABA391

Color information

#ABA391 (or 0xABA391) is unknown color: approx Bison Hide. HEX triplet: AB, A3 and 91. RGB value is (171,163,145). Sum of RGB (Red+Green+Blue) = 171+163+145=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA391 is #545C6E. Grayscale: #A3A3A3. Windows color (decimal): -5528687 or 9544619. OLE color: 9544619.

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

Color convert

RGB171163145-
CMYK00.050.150.33
HSL41.54º13.4%61.96%-
HSV(B)41.54º15.2%67.06%-
XYZ3536.932.06-
YUV163.34117.65133.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=35.70%
G=34.03%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116314500.050.150.3341.5413.461.96
HexABA39105F212ad3e
Octal253243221051741521576
Binary101010111010001110010001010111111000011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA391; }

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

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

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

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

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

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

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

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