Html Css Color HEX #AA7F42 Muddy Waters

📋 copy color: '#AA7F42'

red 170 ◦ green 127 ◦ blue 66

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

Shades of Muddy Waters #AA7F42

Tints of Muddy Waters #AA7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

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

R = 46.83%
G = 34.99%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7F42 (or 0xAA7F42) is known color: Muddy Waters. HEX triplet: AA, 7F and 42. RGB value is (170,127,66). Sum of RGB (Red+Green+Blue) = 170+127+66=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F42 is #5580BD. Grayscale: #858585. Windows color (decimal): -5603518 or 4358058. OLE color: 4358058.

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

Color convert

RGB 170 127 66 -
CMYK 0 0.25 0.61 0.33
HSL 35.19º 0.44% 0.46% -
HSV(B) 35.19º 0.61% 0.67% -
XYZ 25.15 24.12 8.48 -
YUV 132.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 170 127 66 0 0.25 0.61 0.33 35.19 0.44 0.46
Hex AA 7F 42 0 19 3D 21 23 2C 2E
Octal 252 177 102 0 31 75 41 43 54 56
Binary 10101010 1111111 1000010 0 11001 111101 100001 100011 101100 101110

Color Harmonies of #AA7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F42

Black with #AA7F42

Text Example


Text Example

White with #AA7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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