Html Css Color HEX #AA8148 Muddy Waters

📋 copy color: '#AA8148'

red 170 ◦ green 129 ◦ blue 72

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

Shades of Muddy Waters #AA8148

Tints of Muddy Waters #AA8148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 45.82%
G = 34.77%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8148 (or 0xAA8148) is known color: Muddy Waters. HEX triplet: AA, 81 and 48. RGB value is (170,129,72). Sum of RGB (Red+Green+Blue) = 170+129+72=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8148 is #557EB7. Grayscale: #878787. Windows color (decimal): -5603000 or 4751786. OLE color: 4751786.

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

Color convert

RGB 170 129 72 -
CMYK 0 0.24 0.58 0.33
HSL 34.9º 0.4% 0.47% -
HSV(B) 34.9º 0.58% 0.67% -
XYZ 25.6 24.71 9.55 -
YUV 134.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 170 129 72 0 0.24 0.58 0.33 34.9 0.4 0.47
Hex AA 81 48 0 18 3A 21 23 28 2F
Octal 252 201 110 0 30 72 41 43 50 57
Binary 10101010 10000001 1001000 0 11000 111010 100001 100011 101000 101111

Color Harmonies of #AA8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8148

Black with #AA8148

Text Example


Text Example

White with #AA8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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