Html Css Color HEX #AA8047 Muddy Waters

📋 copy color: '#AA8047'

red 170 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #AA8047

Tints of Muddy Waters #AA8047

RGB

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

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

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

R = 46.07%
G = 34.69%
B = 19.24%

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

#AA8047 (or 0xAA8047) is known color: Muddy Waters. HEX triplet: AA, 80 and 47. RGB value is (170,128,71). Sum of RGB (Red+Green+Blue) = 170+128+71=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8047 is #557FB8. Grayscale: #868686. Windows color (decimal): -5603257 or 4685994. OLE color: 4685994.

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

Color convert

RGB 170 128 71 -
CMYK 0 0.25 0.58 0.33
HSL 34.55º 0.41% 0.47% -
HSV(B) 34.55º 0.58% 0.67% -
XYZ 25.43 24.44 9.34 -
YUV 134.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 170 128 71 0 0.25 0.58 0.33 34.55 0.41 0.47
Hex AA 80 47 0 19 3A 21 23 29 2F
Octal 252 200 107 0 31 72 41 43 51 57
Binary 10101010 10000000 1000111 0 11001 111010 100001 100011 101001 101111

Color Harmonies of #AA8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8047

Black with #AA8047

Text Example


Text Example

White with #AA8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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