Html Css Color HEX #AB8353 Muddy Waters

📋 copy color: '#AB8353'

red 171 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #AB8353

Tints of Muddy Waters #AB8353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 44.42%
G = 34.03%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB8353 (or 0xAB8353) is known color: Muddy Waters. HEX triplet: AB, 83 and 53. RGB value is (171,131,83). Sum of RGB (Red+Green+Blue) = 171+131+83=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8353 is #547CAC. Grayscale: #898989. Windows color (decimal): -5536941 or 5473195. OLE color: 5473195.

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

Color convert

RGB 171 131 83 -
CMYK 0 0.23 0.51 0.33
HSL 32.73º 0.35% 0.5% -
HSV(B) 32.73º 0.51% 0.67% -
XYZ 26.47 25.52 11.71 -
YUV 137.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 171 131 83 0 0.23 0.51 0.33 32.73 0.35 0.5
Hex AB 83 53 0 17 33 21 21 23 32
Octal 253 203 123 0 27 63 41 41 43 62
Binary 10101011 10000011 1010011 0 10111 110011 100001 100001 100011 110010

Color Harmonies of #AB8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8353

Black with #AB8353

Text Example


Text Example

White with #AB8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8353; }

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

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

background-color css

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

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

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

border-color css

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

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

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