Html Css Color HEX #ABA79B Bison Hide

📋 copy color: '#ABA79B'

red 171 ◦ green 167 ◦ blue 155

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

Shades of Bison Hide #ABA79B

Tints of Bison Hide #ABA79B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.87%

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 34.69%
G = 33.87%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABA79B (or 0xABA79B) is known color: Bison Hide. HEX triplet: AB, A7 and 9B. RGB value is (171,167,155). Sum of RGB (Red+Green+Blue) = 171+167+155=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79B is #545864. Grayscale: #A6A6A6. Windows color (decimal): -5527653 or 10201003. OLE color: 10201003.

HSL color Cylindrical-coordinate representation of color #ABA79B: hue angle of 45º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA79B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 155 -
CMYK 0 0.02 0.09 0.33
HSL 45º 0.09% 0.64% -
HSV(B) 45º 0.09% 0.67% -
XYZ 36.53 38.66 36.55 -
YUV 166.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 171 167 155 0 0.02 0.09 0.33 45 0.09 0.64
Hex AB A7 9B 0 2 9 21 2D 9 40
Octal 253 247 233 0 2 11 41 55 11 100
Binary 10101011 10100111 10011011 0 10 1001 100001 101101 1001 1000000

Color Harmonies of #ABA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA79B

Black with #ABA79B

Text Example


Text Example

White with #ABA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA79B; }

 p { color: rgb(171,167,155); }

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

background-color css

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

 a { background-color: rgb(171,167,155); }

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

border-color css

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

 span { border-color: rgb(171,167,155); }

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