Html Css Color HEX #AA7C4D Muddy Waters

📋 copy color: '#AA7C4D'

red 170 ◦ green 124 ◦ blue 77

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

Shades of Muddy Waters #AA7C4D

Tints of Muddy Waters #AA7C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 45.82%
G = 33.42%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA7C4D (or 0xAA7C4D) is known color: Muddy Waters. HEX triplet: AA, 7C and 4D. RGB value is (170,124,77). Sum of RGB (Red+Green+Blue) = 170+124+77=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C4D is #5583B2. Grayscale: #848484. Windows color (decimal): -5604275 or 5078186. OLE color: 5078186.

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

Color convert

RGB 170 124 77 -
CMYK 0 0.27 0.55 0.33
HSL 30.32º 0.38% 0.48% -
HSV(B) 30.32º 0.55% 0.67% -
XYZ 25.12 23.5 10.23 -
YUV 132.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 170 124 77 0 0.27 0.55 0.33 30.32 0.38 0.48
Hex AA 7C 4D 0 1B 37 21 1E 26 30
Octal 252 174 115 0 33 67 41 36 46 60
Binary 10101010 1111100 1001101 0 11011 110111 100001 11110 100110 110000

Color Harmonies of #AA7C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C4D

Black with #AA7C4D

Text Example


Text Example

White with #AA7C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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