Html Css Color HEX #A48447 Muddy Waters

📋 copy color: '#A48447'

red 164 ◦ green 132 ◦ blue 71

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

Shades of Muddy Waters #A48447

Tints of Muddy Waters #A48447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 44.69%
G = 35.97%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A48447 (or 0xA48447) is known color: Muddy Waters. HEX triplet: A4, 84 and 47. RGB value is (164,132,71). Sum of RGB (Red+Green+Blue) = 164+132+71=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A48447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48447 is #5B7BB8. Grayscale: #868686. Windows color (decimal): -5995449 or 4687012. OLE color: 4687012.

HSL color Cylindrical-coordinate representation of color #A48447: hue angle of 39.35º 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 #A48447 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 71 -
CMYK 0 0.20 0.57 0.36
HSL 39.35º 0.4% 0.46% -
HSV(B) 39.35º 0.57% 0.64% -
XYZ 24.7 24.85 9.46 -
YUV 134.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 164 132 71 0 0.20 0.57 0.36 39.35 0.4 0.46
Hex A4 84 47 0 14 39 24 27 28 2E
Octal 244 204 107 0 24 71 44 47 50 56
Binary 10100100 10000100 1000111 0 10100 111001 100100 100111 101000 101110

Color Harmonies of #A48447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48447

Black with #A48447

Text Example


Text Example

White with #A48447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48447; }

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

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

background-color css

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

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

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

border-color css

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

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

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