Html Css Color HEX #AB8356 Muddy Waters

📋 copy color: '#AB8356'

red 171 ◦ green 131 ◦ blue 86

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

Shades of Muddy Waters #AB8356

Tints of Muddy Waters #AB8356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 44.07%
G = 33.76%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8356 (or 0xAB8356) is known color: Muddy Waters. HEX triplet: AB, 83 and 56. RGB value is (171,131,86). Sum of RGB (Red+Green+Blue) = 171+131+86=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8356 is #547CA9. Grayscale: #8A8A8A. Windows color (decimal): -5536938 or 5669803. OLE color: 5669803.

HSL color Cylindrical-coordinate representation of color #AB8356: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8356 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 131 86 -
CMYK 0 0.23 0.50 0.33
HSL 31.76º 0.34% 0.5% -
HSV(B) 31.76º 0.5% 0.67% -
XYZ 26.59 25.56 12.34 -
YUV 137.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 171 131 86 0 0.23 0.50 0.33 31.76 0.34 0.5
Hex AB 83 56 0 17 32 21 20 22 32
Octal 253 203 126 0 27 62 41 40 42 62
Binary 10101011 10000011 1010110 0 10111 110010 100001 100000 100010 110010

Color Harmonies of #AB8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8356

Black with #AB8356

Text Example


Text Example

White with #AB8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8356; }

 p { color: rgb(171,131,86); }

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

background-color css

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

 a { background-color: rgb(171,131,86); }

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

border-color css

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

 span { border-color: rgb(171,131,86); }

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