#ABA596

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

Shades of Bison Hide #ABA596

Tints of Bison Hide #ABA596

Color information

#ABA596 (or 0xABA596) is unknown color: approx Bison Hide. HEX triplet: AB, A5 and 96. RGB value is (171,165,150). Sum of RGB (Red+Green+Blue) = 171+165+150=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA596 is #545A69. Grayscale: #A5A5A5. Windows color (decimal): -5528170 or 9872811. OLE color: 9872811.

HSL color Cylindrical-coordinate representation of color #ABA596: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA596 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171165150-
CMYK00.040.120.33
HSL42.86º11.11%62.94%-
HSV(B)42.86º12.28%67.06%-
XYZ35.7537.7734.26-
YUV165.08119.49132.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=35.19%
G=33.95%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116515000.040.120.3342.8611.1162.94
HexABA59604C212bb3f
Octal253245226041441531377
Binary101010111010010110010110010011001000011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA596; }

 p { color: rgb(171,165,150); }

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

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

 a { background-color: rgb(171,165,150); }

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

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

 span { border-color: rgb(171,165,150); }

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