Html Css Color HEX #AA8452 Muddy Waters

📋 copy color: '#AA8452'

red 170 ◦ green 132 ◦ blue 82

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

Shades of Muddy Waters #AA8452

Tints of Muddy Waters #AA8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 44.27%
G = 34.38%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA8452 (or 0xAA8452) is known color: Muddy Waters. HEX triplet: AA, 84 and 52. RGB value is (170,132,82). Sum of RGB (Red+Green+Blue) = 170+132+82=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8452 is #557BAD. Grayscale: #898989. Windows color (decimal): -5602222 or 5407914. OLE color: 5407914.

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

Color convert

RGB 170 132 82 -
CMYK 0 0.22 0.52 0.33
HSL 34.09º 0.35% 0.49% -
HSV(B) 34.09º 0.52% 0.67% -
XYZ 26.35 25.66 11.55 -
YUV 137.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 170 132 82 0 0.22 0.52 0.33 34.09 0.35 0.49
Hex AA 84 52 0 16 34 21 22 23 31
Octal 252 204 122 0 26 64 41 42 43 61
Binary 10101010 10000100 1010010 0 10110 110100 100001 100010 100011 110001

Color Harmonies of #AA8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8452

Black with #AA8452

Text Example


Text Example

White with #AA8452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8452; }

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

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

background-color css

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

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

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

border-color css

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

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

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