Html Css Color HEX #AA8548 Muddy Waters

📋 copy color: '#AA8548'

red 170 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #AA8548

Tints of Muddy Waters #AA8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 45.33%
G = 35.47%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8548 (or 0xAA8548) is known color: Muddy Waters. HEX triplet: AA, 85 and 48. RGB value is (170,133,72). Sum of RGB (Red+Green+Blue) = 170+133+72=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8548 is #557AB7. Grayscale: #898989. Windows color (decimal): -5601976 or 4752810. OLE color: 4752810.

HSL color Cylindrical-coordinate representation of color #AA8548: hue angle of 37.35º 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 #AA8548 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 72 -
CMYK 0 0.22 0.58 0.33
HSL 37.35º 0.4% 0.47% -
HSV(B) 37.35º 0.58% 0.67% -
XYZ 26.13 25.79 9.73 -
YUV 137.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 170 133 72 0 0.22 0.58 0.33 37.35 0.4 0.47
Hex AA 85 48 0 16 3A 21 25 28 2F
Octal 252 205 110 0 26 72 41 45 50 57
Binary 10101010 10000101 1001000 0 10110 111010 100001 100101 101000 101111

Color Harmonies of #AA8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8548

Black with #AA8548

Text Example


Text Example

White with #AA8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8548; }

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

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

background-color css

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

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

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

border-color css

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

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

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