Html Css Color HEX #AA8259 Muddy Waters

📋 copy color: '#AA8259'

red 170 ◦ green 130 ◦ blue 89

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

Shades of Muddy Waters #AA8259

Tints of Muddy Waters #AA8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 43.7%
G = 33.42%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA8259 (or 0xAA8259) is known color: Muddy Waters. HEX triplet: AA, 82 and 59. RGB value is (170,130,89). Sum of RGB (Red+Green+Blue) = 170+130+89=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8259 is #557DA6. Grayscale: #898989. Windows color (decimal): -5602727 or 5866154. OLE color: 5866154.

HSL color Cylindrical-coordinate representation of color #AA8259: hue angle of 30.37º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8259 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 130 89 -
CMYK 0 0.24 0.48 0.33
HSL 30.37º 0.32% 0.51% -
HSV(B) 30.37º 0.48% 0.67% -
XYZ 26.36 25.23 12.93 -
YUV 137.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 170 130 89 0 0.24 0.48 0.33 30.37 0.32 0.51
Hex AA 82 59 0 18 30 21 1E 20 33
Octal 252 202 131 0 30 60 41 36 40 63
Binary 10101010 10000010 1011001 0 11000 110000 100001 11110 100000 110011

Color Harmonies of #AA8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8259

Black with #AA8259

Text Example


Text Example

White with #AA8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8259; }

 p { color: rgb(170,130,89); }

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

background-color css

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

 a { background-color: rgb(170,130,89); }

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

border-color css

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

 span { border-color: rgb(170,130,89); }

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