Html Css Color HEX #ABA595 Bison Hide

📋 copy color: '#ABA595'

red 171 ◦ green 165 ◦ blue 149

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

Shades of Bison Hide #ABA595

Tints of Bison Hide #ABA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

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

R = 35.26%
G = 34.02%
B = 30.72%

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

#ABA595 (or 0xABA595) is known color: Bison Hide. HEX triplet: AB, A5 and 95. RGB value is (171,165,149). Sum of RGB (Red+Green+Blue) = 171+165+149=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA595 is #545A6A. Grayscale: #A5A5A5. Windows color (decimal): -5528171 or 9807275. OLE color: 9807275.

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

Color convert

RGB 171 165 149 -
CMYK 0 0.04 0.13 0.33
HSL 43.64º 0.12% 0.63% -
HSV(B) 43.64º 0.13% 0.67% -
XYZ 35.67 37.74 33.84 -
YUV 164.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 171 165 149 0 0.04 0.13 0.33 43.64 0.12 0.63
Hex AB A5 95 0 4 D 21 2C C 3F
Octal 253 245 225 0 4 15 41 54 14 77
Binary 10101011 10100101 10010101 0 100 1101 100001 101100 1100 111111

Color Harmonies of #ABA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA595

Black with #ABA595

Text Example


Text Example

White with #ABA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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