Html Css Color HEX #ABA392 Bison Hide

📋 copy color: '#ABA392'

red 171 ◦ green 163 ◦ blue 146

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

Shades of Bison Hide #ABA392

Tints of Bison Hide #ABA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.96%

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 35.63%
G = 33.96%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABA392 (or 0xABA392) is known color: Bison Hide. HEX triplet: AB, A3 and 92. RGB value is (171,163,146). Sum of RGB (Red+Green+Blue) = 171+163+146=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA392 is #545C6D. Grayscale: #A3A3A3. Windows color (decimal): -5528686 or 9610155. OLE color: 9610155.

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

Color convert

RGB 171 163 146 -
CMYK 0 0.05 0.15 0.33
HSL 40.8º 0.13% 0.62% -
HSV(B) 40.8º 0.15% 0.67% -
XYZ 35.08 36.93 32.47 -
YUV 163.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 171 163 146 0 0.05 0.15 0.33 40.8 0.13 0.62
Hex AB A3 92 0 5 F 21 29 D 3E
Octal 253 243 222 0 5 17 41 51 15 76
Binary 10101011 10100011 10010010 0 101 1111 100001 101001 1101 111110

Color Harmonies of #ABA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA392

Black with #ABA392

Text Example


Text Example

White with #ABA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA392; }

 p { color: rgb(171,163,146); }

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

background-color css

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

 a { background-color: rgb(171,163,146); }

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

border-color css

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

 span { border-color: rgb(171,163,146); }

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