Html Css Color HEX #AA7A4D Muddy Waters

📋 copy color: '#AA7A4D'

red 170 ◦ green 122 ◦ blue 77

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

Shades of Muddy Waters #AA7A4D

Tints of Muddy Waters #AA7A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 46.07%
G = 33.06%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA7A4D (or 0xAA7A4D) is known color: Muddy Waters. HEX triplet: AA, 7A and 4D. RGB value is (170,122,77). Sum of RGB (Red+Green+Blue) = 170+122+77=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A4D is #5585B2. Grayscale: #838383. Windows color (decimal): -5604787 or 5077674. OLE color: 5077674.

HSL color Cylindrical-coordinate representation of color #AA7A4D: hue angle of 29.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA7A4D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 77 -
CMYK 0 0.28 0.55 0.33
HSL 29.03º 0.38% 0.48% -
HSV(B) 29.03º 0.55% 0.67% -
XYZ 24.88 23 10.15 -
YUV 131.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 170 122 77 0 0.28 0.55 0.33 29.03 0.38 0.48
Hex AA 7A 4D 0 1C 37 21 1D 26 30
Octal 252 172 115 0 34 67 41 35 46 60
Binary 10101010 1111010 1001101 0 11100 110111 100001 11101 100110 110000

Color Harmonies of #AA7A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A4D

Black with #AA7A4D

Text Example


Text Example

White with #AA7A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A4D; }

 p { color: rgb(170,122,77); }

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

background-color css

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

 a { background-color: rgb(170,122,77); }

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

border-color css

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

 span { border-color: rgb(170,122,77); }

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