Html Css Color HEX #AA7E55 Muddy Waters

📋 copy color: '#AA7E55'

red 170 ◦ green 126 ◦ blue 85

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

Shades of Muddy Waters #AA7E55

Tints of Muddy Waters #AA7E55

RGB

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

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

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

R = 44.62%
G = 33.07%
B = 22.31%

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

#AA7E55 (or 0xAA7E55) is known color: Muddy Waters. HEX triplet: AA, 7E and 55. RGB value is (170,126,85). Sum of RGB (Red+Green+Blue) = 170+126+85=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E55 is #5581AA. Grayscale: #868686. Windows color (decimal): -5603755 or 5602986. OLE color: 5602986.

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

Color convert

RGB 170 126 85 -
CMYK 0 0.26 0.50 0.33
HSL 28.94º 0.33% 0.5% -
HSV(B) 28.94º 0.5% 0.67% -
XYZ 25.68 24.12 11.9 -
YUV 134.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 170 126 85 0 0.26 0.50 0.33 28.94 0.33 0.5
Hex AA 7E 55 0 1A 32 21 1D 21 32
Octal 252 176 125 0 32 62 41 35 41 62
Binary 10101010 1111110 1010101 0 11010 110010 100001 11101 100001 110010

Color Harmonies of #AA7E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E55

Black with #AA7E55

Text Example


Text Example

White with #AA7E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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