Html Css Color HEX #ABA594 Bison Hide

📋 copy color: '#ABA594'

red 171 ◦ green 165 ◦ blue 148

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

Shades of Bison Hide #ABA594

Tints of Bison Hide #ABA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 35.33%
G = 34.09%
B = 30.58%

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

#ABA594 (or 0xABA594) is known color: Bison Hide. HEX triplet: AB, A5 and 94. RGB value is (171,165,148). Sum of RGB (Red+Green+Blue) = 171+165+148=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA594 is #545A6B. Grayscale: #A4A4A4. Windows color (decimal): -5528172 or 9741739. OLE color: 9741739.

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

Color convert

RGB 171 165 148 -
CMYK 0 0.04 0.13 0.33
HSL 44.35º 0.12% 0.63% -
HSV(B) 44.35º 0.13% 0.67% -
XYZ 35.6 37.71 33.42 -
YUV 164.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 171 165 148 0 0.04 0.13 0.33 44.35 0.12 0.63
Hex AB A5 94 0 4 D 21 2C C 3F
Octal 253 245 224 0 4 15 41 54 14 77
Binary 10101011 10100101 10010100 0 100 1101 100001 101100 1100 111111

Color Harmonies of #ABA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA594

Black with #ABA594

Text Example


Text Example

White with #ABA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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