Html Css Color HEX #AA7A42 Muddy Waters

📋 copy color: '#AA7A42'

red 170 ◦ green 122 ◦ blue 66

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

Shades of Muddy Waters #AA7A42

Tints of Muddy Waters #AA7A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 47.49%
G = 34.08%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7A42 (or 0xAA7A42) is known color: Muddy Waters. HEX triplet: AA, 7A and 42. RGB value is (170,122,66). Sum of RGB (Red+Green+Blue) = 170+122+66=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A42 is #5585BD. Grayscale: #828282. Windows color (decimal): -5604798 or 4356778. OLE color: 4356778.

HSL color Cylindrical-coordinate representation of color #AA7A42: hue angle of 32.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7A42 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 66 -
CMYK 0 0.28 0.61 0.33
HSL 32.31º 0.44% 0.46% -
HSV(B) 32.31º 0.61% 0.67% -
XYZ 24.52 22.86 8.27 -
YUV 129.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 170 122 66 0 0.28 0.61 0.33 32.31 0.44 0.46
Hex AA 7A 42 0 1C 3D 21 20 2C 2E
Octal 252 172 102 0 34 75 41 40 54 56
Binary 10101010 1111010 1000010 0 11100 111101 100001 100000 101100 101110

Color Harmonies of #AA7A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A42

Black with #AA7A42

Text Example


Text Example

White with #AA7A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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