Html Css Color HEX #AA8146 Muddy Waters

📋 copy color: '#AA8146'

red 170 ◦ green 129 ◦ blue 70

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

Shades of Muddy Waters #AA8146

Tints of Muddy Waters #AA8146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 46.07%
G = 34.96%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8146 (or 0xAA8146) is known color: Muddy Waters. HEX triplet: AA, 81 and 46. RGB value is (170,129,70). Sum of RGB (Red+Green+Blue) = 170+129+70=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8146 is #557EB9. Grayscale: #868686. Windows color (decimal): -5603002 or 4620714. OLE color: 4620714.

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

Color convert

RGB 170 129 70 -
CMYK 0 0.24 0.59 0.33
HSL 35.4º 0.42% 0.47% -
HSV(B) 35.4º 0.59% 0.67% -
XYZ 25.53 24.69 9.21 -
YUV 134.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 170 129 70 0 0.24 0.59 0.33 35.4 0.42 0.47
Hex AA 81 46 0 18 3B 21 23 2A 2F
Octal 252 201 106 0 30 73 41 43 52 57
Binary 10101010 10000001 1000110 0 11000 111011 100001 100011 101010 101111

Color Harmonies of #AA8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8146

Black with #AA8146

Text Example


Text Example

White with #AA8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8146; }

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

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

background-color css

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

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

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

border-color css

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

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

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