Html Css Color HEX #A58351 Muddy Waters

📋 copy color: '#A58351'

red 165 ◦ green 131 ◦ blue 81

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

Shades of Muddy Waters #A58351

Tints of Muddy Waters #A58351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 43.77%
G = 34.75%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A58351 (or 0xA58351) is known color: Muddy Waters. HEX triplet: A5, 83 and 51. RGB value is (165,131,81). Sum of RGB (Red+Green+Blue) = 165+131+81=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A58351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58351 is #5A7CAE. Grayscale: #878787. Windows color (decimal): -5930159 or 5342117. OLE color: 5342117.

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

Color convert

RGB 165 131 81 -
CMYK 0 0.21 0.51 0.35
HSL 35.71º 0.34% 0.48% -
HSV(B) 35.71º 0.51% 0.65% -
XYZ 25.12 24.83 11.25 -
YUV 135.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 165 131 81 0 0.21 0.51 0.35 35.71 0.34 0.48
Hex A5 83 51 0 15 33 23 24 22 30
Octal 245 203 121 0 25 63 43 44 42 60
Binary 10100101 10000011 1010001 0 10101 110011 100011 100100 100010 110000

Color Harmonies of #A58351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58351

Black with #A58351

Text Example


Text Example

White with #A58351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58351; }

 p { color: rgb(165,131,81); }

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

background-color css

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

 a { background-color: rgb(165,131,81); }

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

border-color css

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

 span { border-color: rgb(165,131,81); }

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