#ABA492

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

Shades of Bison Hide #ABA492

Tints of Bison Hide #ABA492

Color information

#ABA492 (or 0xABA492) is unknown color: approx Bison Hide. HEX triplet: AB, A4 and 92. RGB value is (171,164,146). Sum of RGB (Red+Green+Blue) = 171+164+146=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA492 is #545B6D. Grayscale: #A4A4A4. Windows color (decimal): -5528430 or 9610411. OLE color: 9610411.

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

Color convert

RGB171164146-
CMYK00.040.150.33
HSL43.2º12.95%62.16%-
HSV(B)43.2º14.62%67.06%-
XYZ35.2637.2832.53-
YUV164.04117.82132.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=35.55%
G=34.10%
B=30.35%

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
Decimal17116414600.040.150.3343.212.9562.16
HexABA49204F212bd3e
Octal253244222041741531576
Binary101010111010010010010010010011111000011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA492; }

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

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

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

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

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

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

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

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