Html Css Color HEX #AA8353 Muddy Waters

📋 copy color: '#AA8353'

red 170 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #AA8353

Tints of Muddy Waters #AA8353

RGB

 RED value IS 170 (66.8% from 255) = 44.27%

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

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

R = 44.27%
G = 34.11%
B = 21.61%

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

#AA8353 (or 0xAA8353) is known color: Muddy Waters. HEX triplet: AA, 83 and 53. RGB value is (170,131,83). Sum of RGB (Red+Green+Blue) = 170+131+83=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8353 is #557CAC. Grayscale: #898989. Windows color (decimal): -5602477 or 5473194. OLE color: 5473194.

HSL color Cylindrical-coordinate representation of color #AA8353: hue angle of 33.1º degrees, saturation: 0.34, 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 #AA8353 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 83 -
CMYK 0 0.23 0.51 0.33
HSL 33.1º 0.34% 0.5% -
HSV(B) 33.1º 0.51% 0.67% -
XYZ 26.26 25.4 11.7 -
YUV 137.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 170 131 83 0 0.23 0.51 0.33 33.1 0.34 0.5
Hex AA 83 53 0 17 33 21 21 22 32
Octal 252 203 123 0 27 63 41 41 42 62
Binary 10101010 10000011 1010011 0 10111 110011 100001 100001 100010 110010

Color Harmonies of #AA8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8353

Black with #AA8353

Text Example


Text Example

White with #AA8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8353; }

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

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

background-color css

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

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

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

border-color css

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

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

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