Html Css Color HEX #A58048 Muddy Waters

📋 copy color: '#A58048'

red 165 ◦ green 128 ◦ blue 72

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

Shades of Muddy Waters #A58048

Tints of Muddy Waters #A58048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 45.21%
G = 35.07%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A58048 (or 0xA58048) is known color: Muddy Waters. HEX triplet: A5, 80 and 48. RGB value is (165,128,72). Sum of RGB (Red+Green+Blue) = 165+128+72=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A58048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58048 is #5A7FB7. Grayscale: #848484. Windows color (decimal): -5930936 or 4751525. OLE color: 4751525.

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

Color convert

RGB 165 128 72 -
CMYK 0 0.22 0.56 0.35
HSL 36.13º 0.39% 0.46% -
HSV(B) 36.13º 0.56% 0.65% -
XYZ 24.41 23.91 9.46 -
YUV 132.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 165 128 72 0 0.22 0.56 0.35 36.13 0.39 0.46
Hex A5 80 48 0 16 38 23 24 27 2E
Octal 245 200 110 0 26 70 43 44 47 56
Binary 10100101 10000000 1001000 0 10110 111000 100011 100100 100111 101110

Color Harmonies of #A58048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58048

Black with #A58048

Text Example


Text Example

White with #A58048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58048; }

 p { color: rgb(165,128,72); }

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

background-color css

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

 a { background-color: rgb(165,128,72); }

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

border-color css

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

 span { border-color: rgb(165,128,72); }

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