Html Css Color HEX #AA7A46 Muddy Waters

📋 copy color: '#AA7A46'

red 170 ◦ green 122 ◦ blue 70

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

Shades of Muddy Waters #AA7A46

Tints of Muddy Waters #AA7A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 46.96%
G = 33.7%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7A46 (or 0xAA7A46) is known color: Muddy Waters. HEX triplet: AA, 7A and 46. RGB value is (170,122,70). Sum of RGB (Red+Green+Blue) = 170+122+70=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A46 is #5585B9. Grayscale: #828282. Windows color (decimal): -5604794 or 4618922. OLE color: 4618922.

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

Color convert

RGB 170 122 70 -
CMYK 0 0.28 0.59 0.33
HSL 31.2º 0.42% 0.47% -
HSV(B) 31.2º 0.59% 0.67% -
XYZ 24.64 22.91 8.92 -
YUV 130.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 170 122 70 0 0.28 0.59 0.33 31.2 0.42 0.47
Hex AA 7A 46 0 1C 3B 21 1F 2A 2F
Octal 252 172 106 0 34 73 41 37 52 57
Binary 10101010 1111010 1000110 0 11100 111011 100001 11111 101010 101111

Color Harmonies of #AA7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A46

Black with #AA7A46

Text Example


Text Example

White with #AA7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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