#ABA292

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

Shades of Bison Hide #ABA292

Tints of Bison Hide #ABA292

Color information

#ABA292 (or 0xABA292) is unknown color: approx Bison Hide. HEX triplet: AB, A2 and 92. RGB value is (171,162,146). Sum of RGB (Red+Green+Blue) = 171+162+146=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA292 is #545D6D. Grayscale: #A2A2A2. Windows color (decimal): -5528942 or 9609899. OLE color: 9609899.

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

Color convert

RGB171162146-
CMYK00.050.150.33
HSL38.4º12.95%62.16%-
HSV(B)38.4º14.62%67.06%-
XYZ34.936.5732.41-
YUV162.87118.48133.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=35.70%
G=33.82%
B=30.48%

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
Decimal17116214600.050.150.3338.412.9562.16
HexABA29205F2126d3e
Octal253242222051741461576
Binary101010111010001010010010010111111000011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA292; }

 p { color: rgb(171,162,146); }

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

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

 a { background-color: rgb(171,162,146); }

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

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

 span { border-color: rgb(171,162,146); }

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