Html Css Color HEX #A58550 Muddy Waters

📋 copy color: '#A58550'

red 165 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #A58550

Tints of Muddy Waters #A58550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 43.65%
G = 35.19%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A58550 (or 0xA58550) is known color: Muddy Waters. HEX triplet: A5, 85 and 50. RGB value is (165,133,80). Sum of RGB (Red+Green+Blue) = 165+133+80=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A58550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58550 is #5A7AAF. Grayscale: #888888. Windows color (decimal): -5929648 or 5277093. OLE color: 5277093.

HSL color Cylindrical-coordinate representation of color #A58550: hue angle of 37.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A58550 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 80 -
CMYK 0 0.19 0.52 0.35
HSL 37.41º 0.35% 0.48% -
HSV(B) 37.41º 0.52% 0.65% -
XYZ 25.35 25.35 11.15 -
YUV 136.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 165 133 80 0 0.19 0.52 0.35 37.41 0.35 0.48
Hex A5 85 50 0 13 34 23 25 23 30
Octal 245 205 120 0 23 64 43 45 43 60
Binary 10100101 10000101 1010000 0 10011 110100 100011 100101 100011 110000

Color Harmonies of #A58550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58550

Black with #A58550

Text Example


Text Example

White with #A58550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58550; }

 p { color: rgb(165,133,80); }

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

background-color css

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

 a { background-color: rgb(165,133,80); }

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

border-color css

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

 span { border-color: rgb(165,133,80); }

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