Html Css Color HEX #ABA495 Bison Hide

📋 copy color: '#ABA495'

red 171 ◦ green 164 ◦ blue 149

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

Shades of Bison Hide #ABA495

Tints of Bison Hide #ABA495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 35.33%
G = 33.88%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA495 (or 0xABA495) is known color: Bison Hide. HEX triplet: AB, A4 and 95. RGB value is (171,164,149). Sum of RGB (Red+Green+Blue) = 171+164+149=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA495 is #545B6A. Grayscale: #A4A4A4. Windows color (decimal): -5528427 or 9807019. OLE color: 9807019.

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

Color convert

RGB 171 164 149 -
CMYK 0 0.04 0.13 0.33
HSL 40.91º 0.12% 0.63% -
HSV(B) 40.91º 0.13% 0.67% -
XYZ 35.49 37.38 33.78 -
YUV 164.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 171 164 149 0 0.04 0.13 0.33 40.91 0.12 0.63
Hex AB A4 95 0 4 D 21 29 C 3F
Octal 253 244 225 0 4 15 41 51 14 77
Binary 10101011 10100100 10010101 0 100 1101 100001 101001 1100 111111

Color Harmonies of #ABA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA495

Black with #ABA495

Text Example


Text Example

White with #ABA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA495; }

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

 H1.HeaderClassName
 {
   color: #ABA495;
 }
 .AnyTagClassName
 {
   color: #ABA495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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