Html Css Color HEX #AA8052 Muddy Waters

📋 copy color: '#AA8052'

red 170 ◦ green 128 ◦ blue 82

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

Shades of Muddy Waters #AA8052

Tints of Muddy Waters #AA8052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 44.74%
G = 33.68%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA8052 (or 0xAA8052) is known color: Muddy Waters. HEX triplet: AA, 80 and 52. RGB value is (170,128,82). Sum of RGB (Red+Green+Blue) = 170+128+82=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8052 is #557FAD. Grayscale: #878787. Windows color (decimal): -5603246 or 5406890. OLE color: 5406890.

HSL color Cylindrical-coordinate representation of color #AA8052: hue angle of 31.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA8052 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 82 -
CMYK 0 0.25 0.52 0.33
HSL 31.36º 0.35% 0.49% -
HSV(B) 31.36º 0.52% 0.67% -
XYZ 25.82 24.59 11.37 -
YUV 135.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 170 128 82 0 0.25 0.52 0.33 31.36 0.35 0.49
Hex AA 80 52 0 19 34 21 1F 23 31
Octal 252 200 122 0 31 64 41 37 43 61
Binary 10101010 10000000 1010010 0 11001 110100 100001 11111 100011 110001

Color Harmonies of #AA8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8052

Black with #AA8052

Text Example


Text Example

White with #AA8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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