Html Css Color HEX #AA7D4F Muddy Waters

📋 copy color: '#AA7D4F'

red 170 ◦ green 125 ◦ blue 79

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

Shades of Muddy Waters #AA7D4F

Tints of Muddy Waters #AA7D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 45.45%
G = 33.42%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA7D4F (or 0xAA7D4F) is known color: Muddy Waters. HEX triplet: AA, 7D and 4F. RGB value is (170,125,79). Sum of RGB (Red+Green+Blue) = 170+125+79=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D4F is #5582B0. Grayscale: #858585. Windows color (decimal): -5604017 or 5209514. OLE color: 5209514.

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

Color convert

RGB 170 125 79 -
CMYK 0 0.26 0.54 0.33
HSL 30.33º 0.37% 0.49% -
HSV(B) 30.33º 0.54% 0.67% -
XYZ 25.32 23.78 10.65 -
YUV 133.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 170 125 79 0 0.26 0.54 0.33 30.33 0.37 0.49
Hex AA 7D 4F 0 1A 36 21 1E 25 31
Octal 252 175 117 0 32 66 41 36 45 61
Binary 10101010 1111101 1001111 0 11010 110110 100001 11110 100101 110001

Color Harmonies of #AA7D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D4F

Black with #AA7D4F

Text Example


Text Example

White with #AA7D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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