Html Css Color HEX #AA7D4C Muddy Waters

📋 copy color: '#AA7D4C'

red 170 ◦ green 125 ◦ blue 76

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

Shades of Muddy Waters #AA7D4C

Tints of Muddy Waters #AA7D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 45.82%
G = 33.69%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA7D4C (or 0xAA7D4C) is known color: Muddy Waters. HEX triplet: AA, 7D and 4C. RGB value is (170,125,76). Sum of RGB (Red+Green+Blue) = 170+125+76=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D4C is #5582B3. Grayscale: #858585. Windows color (decimal): -5604020 or 5012906. OLE color: 5012906.

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

Color convert

RGB 170 125 76 -
CMYK 0 0.26 0.55 0.33
HSL 31.28º 0.38% 0.48% -
HSV(B) 31.28º 0.55% 0.67% -
XYZ 25.22 23.74 10.09 -
YUV 132.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 170 125 76 0 0.26 0.55 0.33 31.28 0.38 0.48
Hex AA 7D 4C 0 1A 37 21 1F 26 30
Octal 252 175 114 0 32 67 41 37 46 60
Binary 10101010 1111101 1001100 0 11010 110111 100001 11111 100110 110000

Color Harmonies of #AA7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D4C

Black with #AA7D4C

Text Example


Text Example

White with #AA7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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