Html Css Color HEX #A58047 Muddy Waters

📋 copy color: '#A58047'

red 165 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #A58047

Tints of Muddy Waters #A58047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 45.33%
G = 35.16%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A58047 (or 0xA58047) is known color: Muddy Waters. HEX triplet: A5, 80 and 47. RGB value is (165,128,71). Sum of RGB (Red+Green+Blue) = 165+128+71=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A58047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58047 is #5A7FB8. Grayscale: #848484. Windows color (decimal): -5930937 or 4685989. OLE color: 4685989.

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

Color convert

RGB 165 128 71 -
CMYK 0 0.22 0.57 0.35
HSL 36.38º 0.4% 0.46% -
HSV(B) 36.38º 0.57% 0.65% -
XYZ 24.37 23.89 9.29 -
YUV 132.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 165 128 71 0 0.22 0.57 0.35 36.38 0.4 0.46
Hex A5 80 47 0 16 39 23 24 28 2E
Octal 245 200 107 0 26 71 43 44 50 56
Binary 10100101 10000000 1000111 0 10110 111001 100011 100100 101000 101110

Color Harmonies of #A58047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58047

Black with #A58047

Text Example


Text Example

White with #A58047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58047; }

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

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

background-color css

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

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

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

border-color css

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

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

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