Html Css Color HEX #ABA596 Bison Hide

📋 copy color: '#ABA596'

red 171 ◦ green 165 ◦ blue 150

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

Shades of Bison Hide #ABA596

Tints of Bison Hide #ABA596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 35.19%
G = 33.95%
B = 30.86%

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

#ABA596 (or 0xABA596) is known color: Bison Hide. HEX triplet: AB, A5 and 96. RGB value is (171,165,150). Sum of RGB (Red+Green+Blue) = 171+165+150=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA596 is #545A69. Grayscale: #A5A5A5. Windows color (decimal): -5528170 or 9872811. OLE color: 9872811.

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

Color convert

RGB 171 165 150 -
CMYK 0 0.04 0.12 0.33
HSL 42.86º 0.11% 0.63% -
HSV(B) 42.86º 0.12% 0.67% -
XYZ 35.75 37.77 34.26 -
YUV 165.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 171 165 150 0 0.04 0.12 0.33 42.86 0.11 0.63
Hex AB A5 96 0 4 C 21 2B B 3F
Octal 253 245 226 0 4 14 41 53 13 77
Binary 10101011 10100101 10010110 0 100 1100 100001 101011 1011 111111

Color Harmonies of #ABA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA596

Black with #ABA596

Text Example


Text Example

White with #ABA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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