Html Css Color HEX #A48247 Muddy Waters

📋 copy color: '#A48247'

red 164 ◦ green 130 ◦ blue 71

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

Shades of Muddy Waters #A48247

Tints of Muddy Waters #A48247

RGB

 RED value IS 164 (64.45% from 255) = 44.93%

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

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

R = 44.93%
G = 35.62%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A48247 (or 0xA48247) is known color: Muddy Waters. HEX triplet: A4, 82 and 47. RGB value is (164,130,71). Sum of RGB (Red+Green+Blue) = 164+130+71=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A48247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48247 is #5B7DB8. Grayscale: #858585. Windows color (decimal): -5995961 or 4686500. OLE color: 4686500.

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

Color convert

RGB 164 130 71 -
CMYK 0 0.21 0.57 0.36
HSL 38.06º 0.4% 0.46% -
HSV(B) 38.06º 0.57% 0.64% -
XYZ 24.43 24.31 9.37 -
YUV 133.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 164 130 71 0 0.21 0.57 0.36 38.06 0.4 0.46
Hex A4 82 47 0 15 39 24 26 28 2E
Octal 244 202 107 0 25 71 44 46 50 56
Binary 10100100 10000010 1000111 0 10101 111001 100100 100110 101000 101110

Color Harmonies of #A48247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48247

Black with #A48247

Text Example


Text Example

White with #A48247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48247; }

 p { color: rgb(164,130,71); }

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

background-color css

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

 a { background-color: rgb(164,130,71); }

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

border-color css

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

 span { border-color: rgb(164,130,71); }

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