Html Css Color HEX #ABA597 Bison Hide

📋 copy color: '#ABA597'

red 171 ◦ green 165 ◦ blue 151

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

Shades of Bison Hide #ABA597

Tints of Bison Hide #ABA597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 35.11%
G = 33.88%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABA597 (or 0xABA597) is known color: Bison Hide. HEX triplet: AB, A5 and 97. RGB value is (171,165,151). Sum of RGB (Red+Green+Blue) = 171+165+151=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA597 is #545A68. Grayscale: #A5A5A5. Windows color (decimal): -5528169 or 9938347. OLE color: 9938347.

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

Color convert

RGB 171 165 151 -
CMYK 0 0.04 0.12 0.33
HSL 42º 0.11% 0.63% -
HSV(B) 42º 0.12% 0.67% -
XYZ 35.84 37.8 34.69 -
YUV 165.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 171 165 151 0 0.04 0.12 0.33 42 0.11 0.63
Hex AB A5 97 0 4 C 21 2A B 3F
Octal 253 245 227 0 4 14 41 52 13 77
Binary 10101011 10100101 10010111 0 100 1100 100001 101010 1011 111111

Color Harmonies of #ABA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA597

Black with #ABA597

Text Example


Text Example

White with #ABA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA597; }

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

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

background-color css

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

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

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

border-color css

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

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

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