#ABA490

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

Shades of Bison Hide #ABA490

Tints of Bison Hide #ABA490

Color information

#ABA490 (or 0xABA490) is unknown color: approx Bison Hide. HEX triplet: AB, A4 and 90. RGB value is (171,164,144). Sum of RGB (Red+Green+Blue) = 171+164+144=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA490 is #545B6F. Grayscale: #A3A3A3. Windows color (decimal): -5528432 or 9479339. OLE color: 9479339.

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

Color convert

RGB171164144-
CMYK00.040.160.33
HSL44.44º13.85%61.76%-
HSV(B)44.44º15.79%67.06%-
XYZ35.137.2231.72-
YUV163.81116.82133.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=35.70%
G=34.24%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116414400.040.160.3344.4413.8561.76
HexABA4900410212ce3e
Octal253244220042041541676
Binary1010101110100100100100000100100001000011011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA490; }

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

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

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

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

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

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

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

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