Html Css Color HEX #AA7D55 Muddy Waters

📋 copy color: '#AA7D55'

red 170 ◦ green 125 ◦ blue 85

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

Shades of Muddy Waters #AA7D55

Tints of Muddy Waters #AA7D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 44.74%
G = 32.89%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA7D55 (or 0xAA7D55) is known color: Muddy Waters. HEX triplet: AA, 7D and 55. RGB value is (170,125,85). Sum of RGB (Red+Green+Blue) = 170+125+85=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D55 is #5582AA. Grayscale: #868686. Windows color (decimal): -5604011 or 5602730. OLE color: 5602730.

HSL color Cylindrical-coordinate representation of color #AA7D55: hue angle of 28.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7D55 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 125 85 -
CMYK 0 0.26 0.50 0.33
HSL 28.24º 0.33% 0.5% -
HSV(B) 28.24º 0.5% 0.67% -
XYZ 25.55 23.87 11.85 -
YUV 133.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 170 125 85 0 0.26 0.50 0.33 28.24 0.33 0.5
Hex AA 7D 55 0 1A 32 21 1C 21 32
Octal 252 175 125 0 32 62 41 34 41 62
Binary 10101010 1111101 1010101 0 11010 110010 100001 11100 100001 110010

Color Harmonies of #AA7D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D55

Black with #AA7D55

Text Example


Text Example

White with #AA7D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D55; }

 p { color: rgb(170,125,85); }

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

background-color css

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

 a { background-color: rgb(170,125,85); }

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

border-color css

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

 span { border-color: rgb(170,125,85); }

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