Html Css Color HEX #AA8348 Muddy Waters

📋 copy color: '#AA8348'

red 170 ◦ green 131 ◦ blue 72

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

Shades of Muddy Waters #AA8348

Tints of Muddy Waters #AA8348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 45.58%
G = 35.12%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8348 (or 0xAA8348) is known color: Muddy Waters. HEX triplet: AA, 83 and 48. RGB value is (170,131,72). Sum of RGB (Red+Green+Blue) = 170+131+72=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8348 is #557CB7. Grayscale: #888888. Windows color (decimal): -5602488 or 4752298. OLE color: 4752298.

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

Color convert

RGB 170 131 72 -
CMYK 0 0.23 0.58 0.33
HSL 36.12º 0.4% 0.47% -
HSV(B) 36.12º 0.58% 0.67% -
XYZ 25.86 25.25 9.64 -
YUV 135.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 170 131 72 0 0.23 0.58 0.33 36.12 0.4 0.47
Hex AA 83 48 0 17 3A 21 24 28 2F
Octal 252 203 110 0 27 72 41 44 50 57
Binary 10101010 10000011 1001000 0 10111 111010 100001 100100 101000 101111

Color Harmonies of #AA8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8348

Black with #AA8348

Text Example


Text Example

White with #AA8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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