Html Css Color HEX #AA7E51 Muddy Waters

📋 copy color: '#AA7E51'

red 170 ◦ green 126 ◦ blue 81

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

Shades of Muddy Waters #AA7E51

Tints of Muddy Waters #AA7E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 45.09%
G = 33.42%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA7E51 (or 0xAA7E51) is known color: Muddy Waters. HEX triplet: AA, 7E and 51. RGB value is (170,126,81). Sum of RGB (Red+Green+Blue) = 170+126+81=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E51 is #5581AE. Grayscale: #868686. Windows color (decimal): -5603759 or 5340842. OLE color: 5340842.

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

Color convert

RGB 170 126 81 -
CMYK 0 0.26 0.52 0.33
HSL 30.34º 0.35% 0.49% -
HSV(B) 30.34º 0.52% 0.67% -
XYZ 25.52 24.06 11.08 -
YUV 134.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 170 126 81 0 0.26 0.52 0.33 30.34 0.35 0.49
Hex AA 7E 51 0 1A 34 21 1E 23 31
Octal 252 176 121 0 32 64 41 36 43 61
Binary 10101010 1111110 1010001 0 11010 110100 100001 11110 100011 110001

Color Harmonies of #AA7E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E51

Black with #AA7E51

Text Example


Text Example

White with #AA7E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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