Html Css Color HEX #AA7946 Muddy Waters

📋 copy color: '#AA7946'

red 170 ◦ green 121 ◦ blue 70

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

Shades of Muddy Waters #AA7946

Tints of Muddy Waters #AA7946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 47.09%
G = 33.52%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7946 (or 0xAA7946) is known color: Muddy Waters. HEX triplet: AA, 79 and 46. RGB value is (170,121,70). Sum of RGB (Red+Green+Blue) = 170+121+70=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7946 is #5586B9. Grayscale: #828282. Windows color (decimal): -5605050 or 4618666. OLE color: 4618666.

HSL color Cylindrical-coordinate representation of color #AA7946: hue angle of 30.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7946 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 70 -
CMYK 0 0.29 0.59 0.33
HSL 30.6º 0.42% 0.47% -
HSV(B) 30.6º 0.59% 0.67% -
XYZ 24.52 22.66 8.88 -
YUV 129.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 170 121 70 0 0.29 0.59 0.33 30.6 0.42 0.47
Hex AA 79 46 0 1D 3B 21 1F 2A 2F
Octal 252 171 106 0 35 73 41 37 52 57
Binary 10101010 1111001 1000110 0 11101 111011 100001 11111 101010 101111

Color Harmonies of #AA7946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7946

Black with #AA7946

Text Example


Text Example

White with #AA7946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7946; }

 p { color: rgb(170,121,70); }

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

background-color css

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

 a { background-color: rgb(170,121,70); }

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

border-color css

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

 span { border-color: rgb(170,121,70); }

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