Html Css Color HEX #AA7D51 Muddy Waters

📋 copy color: '#AA7D51'

red 170 ◦ green 125 ◦ blue 81

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

Shades of Muddy Waters #AA7D51

Tints of Muddy Waters #AA7D51

RGB

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

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

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

R = 45.21%
G = 33.24%
B = 21.54%

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

#AA7D51 (or 0xAA7D51) is known color: Muddy Waters. HEX triplet: AA, 7D and 51. RGB value is (170,125,81). Sum of RGB (Red+Green+Blue) = 170+125+81=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D51 is #5582AE. Grayscale: #858585. Windows color (decimal): -5604015 or 5340586. OLE color: 5340586.

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

Color convert

RGB 170 125 81 -
CMYK 0 0.26 0.52 0.33
HSL 29.66º 0.35% 0.49% -
HSV(B) 29.66º 0.52% 0.67% -
XYZ 25.4 23.81 11.04 -
YUV 133.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 170 125 81 0 0.26 0.52 0.33 29.66 0.35 0.49
Hex AA 7D 51 0 1A 34 21 1E 23 31
Octal 252 175 121 0 32 64 41 36 43 61
Binary 10101010 1111101 1010001 0 11010 110100 100001 11110 100011 110001

Color Harmonies of #AA7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D51

Black with #AA7D51

Text Example


Text Example

White with #AA7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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