Html Css Color HEX #AA8355 Muddy Waters

📋 copy color: '#AA8355'

red 170 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #AA8355

Tints of Muddy Waters #AA8355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.02%

R = 44.04%
G = 33.94%
B = 22.02%

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

#AA8355 (or 0xAA8355) is known color: Muddy Waters. HEX triplet: AA, 83 and 55. RGB value is (170,131,85). Sum of RGB (Red+Green+Blue) = 170+131+85=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8355 is #557CAA. Grayscale: #898989. Windows color (decimal): -5602475 or 5604266. OLE color: 5604266.

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

Color convert

RGB 170 131 85 -
CMYK 0 0.23 0.50 0.33
HSL 32.47º 0.33% 0.5% -
HSV(B) 32.47º 0.5% 0.67% -
XYZ 26.33 25.43 12.12 -
YUV 137.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 170 131 85 0 0.23 0.50 0.33 32.47 0.33 0.5
Hex AA 83 55 0 17 32 21 20 21 32
Octal 252 203 125 0 27 62 41 40 41 62
Binary 10101010 10000011 1010101 0 10111 110010 100001 100000 100001 110010

Color Harmonies of #AA8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8355

Black with #AA8355

Text Example


Text Example

White with #AA8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8355; }

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

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

background-color css

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

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

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

border-color css

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

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

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