Html Css Color HEX #AA7E45 Muddy Waters

📋 copy color: '#AA7E45'

red 170 ◦ green 126 ◦ blue 69

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

Shades of Muddy Waters #AA7E45

Tints of Muddy Waters #AA7E45

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 46.58%
G = 34.52%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7E45 (or 0xAA7E45) is known color: Muddy Waters. HEX triplet: AA, 7E and 45. RGB value is (170,126,69). Sum of RGB (Red+Green+Blue) = 170+126+69=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E45 is #5581BA. Grayscale: #848484. Windows color (decimal): -5603771 or 4554410. OLE color: 4554410.

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

Color convert

RGB 170 126 69 -
CMYK 0 0.26 0.59 0.33
HSL 33.86º 0.42% 0.47% -
HSV(B) 33.86º 0.59% 0.67% -
XYZ 25.11 23.9 8.92 -
YUV 132.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 170 126 69 0 0.26 0.59 0.33 33.86 0.42 0.47
Hex AA 7E 45 0 1A 3B 21 22 2A 2F
Octal 252 176 105 0 32 73 41 42 52 57
Binary 10101010 1111110 1000101 0 11010 111011 100001 100010 101010 101111

Color Harmonies of #AA7E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E45

Black with #AA7E45

Text Example


Text Example

White with #AA7E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E45; }

 p { color: rgb(170,126,69); }

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

background-color css

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

 a { background-color: rgb(170,126,69); }

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

border-color css

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

 span { border-color: rgb(170,126,69); }

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