Html Css Color HEX #AA8847 Muddy Waters

📋 copy color: '#AA8847'

red 170 ◦ green 136 ◦ blue 71

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

Shades of Muddy Waters #AA8847

Tints of Muddy Waters #AA8847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 45.09%
G = 36.07%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8847 (or 0xAA8847) is known color: Muddy Waters. HEX triplet: AA, 88 and 47. RGB value is (170,136,71). Sum of RGB (Red+Green+Blue) = 170+136+71=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8847 is #5577B8. Grayscale: #8B8B8B. Windows color (decimal): -5601209 or 4688042. OLE color: 4688042.

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

Color convert

RGB 170 136 71 -
CMYK 0 0.20 0.58 0.33
HSL 39.39º 0.41% 0.47% -
HSV(B) 39.39º 0.58% 0.67% -
XYZ 26.52 26.61 9.7 -
YUV 138.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 170 136 71 0 0.20 0.58 0.33 39.39 0.41 0.47
Hex AA 88 47 0 14 3A 21 27 29 2F
Octal 252 210 107 0 24 72 41 47 51 57
Binary 10101010 10001000 1000111 0 10100 111010 100001 100111 101001 101111

Color Harmonies of #AA8847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8847

Black with #AA8847

Text Example


Text Example

White with #AA8847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8847; }

 p { color: rgb(170,136,71); }

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

background-color css

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

 a { background-color: rgb(170,136,71); }

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

border-color css

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

 span { border-color: rgb(170,136,71); }

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