Html Css Color HEX #AA8048 Muddy Waters

📋 copy color: '#AA8048'

red 170 ◦ green 128 ◦ blue 72

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

Shades of Muddy Waters #AA8048

Tints of Muddy Waters #AA8048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 45.95%
G = 34.59%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8048 (or 0xAA8048) is known color: Muddy Waters. HEX triplet: AA, 80 and 48. RGB value is (170,128,72). Sum of RGB (Red+Green+Blue) = 170+128+72=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8048 is #557FB7. Grayscale: #868686. Windows color (decimal): -5603256 or 4751530. OLE color: 4751530.

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

Color convert

RGB 170 128 72 -
CMYK 0 0.25 0.58 0.33
HSL 34.29º 0.4% 0.47% -
HSV(B) 34.29º 0.58% 0.67% -
XYZ 25.47 24.45 9.51 -
YUV 134.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 170 128 72 0 0.25 0.58 0.33 34.29 0.4 0.47
Hex AA 80 48 0 19 3A 21 22 28 2F
Octal 252 200 110 0 31 72 41 42 50 57
Binary 10101010 10000000 1001000 0 11001 111010 100001 100010 101000 101111

Color Harmonies of #AA8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8048

Black with #AA8048

Text Example


Text Example

White with #AA8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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