Html Css Color HEX #A58249 Muddy Waters

📋 copy color: '#A58249'

red 165 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #A58249

Tints of Muddy Waters #A58249

RGB

 RED value IS 165 (64.84% from 255) = 44.84%

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

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

R = 44.84%
G = 35.33%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A58249 (or 0xA58249) is known color: Muddy Waters. HEX triplet: A5, 82 and 49. RGB value is (165,130,73). Sum of RGB (Red+Green+Blue) = 165+130+73=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A58249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58249 is #5A7DB6. Grayscale: #868686. Windows color (decimal): -5930423 or 4817573. OLE color: 4817573.

HSL color Cylindrical-coordinate representation of color #A58249: hue angle of 37.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A58249 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 73 -
CMYK 0 0.21 0.56 0.35
HSL 37.17º 0.39% 0.47% -
HSV(B) 37.17º 0.56% 0.65% -
XYZ 24.7 24.45 9.72 -
YUV 133.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 165 130 73 0 0.21 0.56 0.35 37.17 0.39 0.47
Hex A5 82 49 0 15 38 23 25 27 2F
Octal 245 202 111 0 25 70 43 45 47 57
Binary 10100101 10000010 1001001 0 10101 111000 100011 100101 100111 101111

Color Harmonies of #A58249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58249

Black with #A58249

Text Example


Text Example

White with #A58249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58249; }

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

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

background-color css

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

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

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

border-color css

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

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

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