Html Css Color HEX #AA7F45 Muddy Waters

📋 copy color: '#AA7F45'

red 170 ◦ green 127 ◦ blue 69

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

Shades of Muddy Waters #AA7F45

Tints of Muddy Waters #AA7F45

RGB

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

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

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

R = 46.45%
G = 34.7%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7F45 (or 0xAA7F45) is known color: Muddy Waters. HEX triplet: AA, 7F and 45. RGB value is (170,127,69). Sum of RGB (Red+Green+Blue) = 170+127+69=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F45 is #5580BA. Grayscale: #858585. Windows color (decimal): -5603515 or 4554666. OLE color: 4554666.

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

Color convert

RGB 170 127 69 -
CMYK 0 0.25 0.59 0.33
HSL 34.46º 0.42% 0.47% -
HSV(B) 34.46º 0.59% 0.67% -
XYZ 25.24 24.15 8.96 -
YUV 133.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 170 127 69 0 0.25 0.59 0.33 34.46 0.42 0.47
Hex AA 7F 45 0 19 3B 21 22 2A 2F
Octal 252 177 105 0 31 73 41 42 52 57
Binary 10101010 1111111 1000101 0 11001 111011 100001 100010 101010 101111

Color Harmonies of #AA7F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F45

Black with #AA7F45

Text Example


Text Example

White with #AA7F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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