Html Css Color HEX #AA7C46 Muddy Waters

📋 copy color: '#AA7C46'

red 170 ◦ green 124 ◦ blue 70

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

Shades of Muddy Waters #AA7C46

Tints of Muddy Waters #AA7C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 46.7%
G = 34.07%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7C46 (or 0xAA7C46) is known color: Muddy Waters. HEX triplet: AA, 7C and 46. RGB value is (170,124,70). Sum of RGB (Red+Green+Blue) = 170+124+70=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C46 is #5583B9. Grayscale: #838383. Windows color (decimal): -5604282 or 4619434. OLE color: 4619434.

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

Color convert

RGB 170 124 70 -
CMYK 0 0.27 0.59 0.33
HSL 32.4º 0.42% 0.47% -
HSV(B) 32.4º 0.59% 0.67% -
XYZ 24.89 23.4 9 -
YUV 131.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 170 124 70 0 0.27 0.59 0.33 32.4 0.42 0.47
Hex AA 7C 46 0 1B 3B 21 20 2A 2F
Octal 252 174 106 0 33 73 41 40 52 57
Binary 10101010 1111100 1000110 0 11011 111011 100001 100000 101010 101111

Color Harmonies of #AA7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C46

Black with #AA7C46

Text Example


Text Example

White with #AA7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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