Html Css Color HEX #ABA491 Bison Hide

📋 copy color: '#ABA491'

red 171 ◦ green 164 ◦ blue 145

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

Shades of Bison Hide #ABA491

Tints of Bison Hide #ABA491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 35.63%
G = 34.17%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABA491 (or 0xABA491) is known color: Bison Hide. HEX triplet: AB, A4 and 91. RGB value is (171,164,145). Sum of RGB (Red+Green+Blue) = 171+164+145=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA491 is #545B6E. Grayscale: #A4A4A4. Windows color (decimal): -5528431 or 9544875. OLE color: 9544875.

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

Color convert

RGB 171 164 145 -
CMYK 0 0.04 0.15 0.33
HSL 43.85º 0.13% 0.62% -
HSV(B) 43.85º 0.15% 0.67% -
XYZ 35.18 37.25 32.12 -
YUV 163.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 171 164 145 0 0.04 0.15 0.33 43.85 0.13 0.62
Hex AB A4 91 0 4 F 21 2C D 3E
Octal 253 244 221 0 4 17 41 54 15 76
Binary 10101011 10100100 10010001 0 100 1111 100001 101100 1101 111110

Color Harmonies of #ABA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA491

Black with #ABA491

Text Example


Text Example

White with #ABA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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