Html Css Color HEX #ABA490 Bison Hide

📋 copy color: '#ABA490'

red 171 ◦ green 164 ◦ blue 144

#ABA490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bison Hide #ABA490

Tints of Bison Hide #ABA490

RGB

 RED value IS 171 (67.19% from 255) = 35.7%

 GREEN value IS 164 (64.45% from 255) = 34.24%

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 35.7%
G = 34.24%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ABA490 (or 0xABA490) is known color: 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

RGB 171 164 144 -
CMYK 0 0.04 0.16 0.33
HSL 44.44º 0.14% 0.62% -
HSV(B) 44.44º 0.16% 0.67% -
XYZ 35.1 37.22 31.72 -
YUV 163.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 171 164 144 0 0.04 0.16 0.33 44.44 0.14 0.62
Hex AB A4 90 0 4 10 21 2C E 3E
Octal 253 244 220 0 4 20 41 54 16 76
Binary 10101011 10100100 10010000 0 100 10000 100001 101100 1110 111110

Color Harmonies of #ABA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA490

Black with #ABA490

Text Example


Text Example

White with #ABA490

Text Example


Text Example

HTML Codes & Css Web 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>