#ABA392

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

Shades of Bison Hide #ABA392

Tints of Bison Hide #ABA392

Color information

#ABA392 (or 0xABA392) is unknown color: approx Bison Hide. HEX triplet: AB, A3 and 92. RGB value is (171,163,146). Sum of RGB (Red+Green+Blue) = 171+163+146=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA392 is #545C6D. Grayscale: #A3A3A3. Windows color (decimal): -5528686 or 9610155. OLE color: 9610155.

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

Color convert

RGB171163146-
CMYK00.050.150.33
HSL40.8º12.95%62.16%-
HSV(B)40.8º14.62%67.06%-
XYZ35.0836.9332.47-
YUV163.45118.15133.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=35.62%
G=33.96%
B=30.42%

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
Decimal17116314600.050.150.3340.812.9562.16
HexABA39205F2129d3e
Octal253243222051741511576
Binary101010111010001110010010010111111000011010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA392; }

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

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

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

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

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

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

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

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