Html Css Color HEX #A48249 Muddy Waters

📋 copy color: '#A48249'

red 164 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #A48249

Tints of Muddy Waters #A48249

RGB

 RED value IS 164 (64.45% from 255) = 44.69%

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 44.69%
G = 35.42%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A48249 (or 0xA48249) is known color: Muddy Waters. HEX triplet: A4, 82 and 49. RGB value is (164,130,73). Sum of RGB (Red+Green+Blue) = 164+130+73=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A48249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48249 is #5B7DB6. Grayscale: #858585. Windows color (decimal): -5995959 or 4817572. OLE color: 4817572.

HSL color Cylindrical-coordinate representation of color #A48249: hue angle of 37.58º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A48249 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 73 -
CMYK 0 0.21 0.55 0.36
HSL 37.58º 0.38% 0.46% -
HSV(B) 37.58º 0.55% 0.64% -
XYZ 24.5 24.34 9.71 -
YUV 133.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 164 130 73 0 0.21 0.55 0.36 37.58 0.38 0.46
Hex A4 82 49 0 15 37 24 26 26 2E
Octal 244 202 111 0 25 67 44 46 46 56
Binary 10100100 10000010 1001001 0 10101 110111 100100 100110 100110 101110

Color Harmonies of #A48249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48249

Black with #A48249

Text Example


Text Example

White with #A48249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48249; }

 p { color: rgb(164,130,73); }

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

background-color css

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

 a { background-color: rgb(164,130,73); }

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

border-color css

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

 span { border-color: rgb(164,130,73); }

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