Html Css Color HEX #AA8144 Muddy Waters

📋 copy color: '#AA8144'

red 170 ◦ green 129 ◦ blue 68

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

Shades of Muddy Waters #AA8144

Tints of Muddy Waters #AA8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 46.32%
G = 35.15%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA8144 (or 0xAA8144) is known color: Muddy Waters. HEX triplet: AA, 81 and 44. RGB value is (170,129,68). Sum of RGB (Red+Green+Blue) = 170+129+68=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8144 is #557EBB. Grayscale: #868686. Windows color (decimal): -5603004 or 4489642. OLE color: 4489642.

HSL color Cylindrical-coordinate representation of color #AA8144: hue angle of 35.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA8144 is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 68 -
CMYK 0 0.24 0.6 0.33
HSL 35.88º 0.43% 0.47% -
HSV(B) 35.88º 0.6% 0.67% -
XYZ 25.47 24.66 8.89 -
YUV 134.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 170 129 68 0 0.24 0.6 0.33 35.88 0.43 0.47
Hex AA 81 44 0 18 3C 21 24 2B 2F
Octal 252 201 104 0 30 74 41 44 53 57
Binary 10101010 10000001 1000100 0 11000 111100 100001 100100 101011 101111

Color Harmonies of #AA8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8144

Black with #AA8144

Text Example


Text Example

White with #AA8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8144; }

 p { color: rgb(170,129,68); }

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

background-color css

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

 a { background-color: rgb(170,129,68); }

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

border-color css

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

 span { border-color: rgb(170,129,68); }

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