Html Css Color HEX #A47F46 Muddy Waters

📋 copy color: '#A47F46'

red 164 ◦ green 127 ◦ blue 70

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

Shades of Muddy Waters #A47F46

Tints of Muddy Waters #A47F46

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 45.43%
G = 35.18%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47F46 (or 0xA47F46) is known color: Muddy Waters. HEX triplet: A4, 7F and 46. RGB value is (164,127,70). Sum of RGB (Red+Green+Blue) = 164+127+70=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F46 is #5B80B9. Grayscale: #838383. Windows color (decimal): -5996730 or 4620196. OLE color: 4620196.

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

Color convert

RGB 164 127 70 -
CMYK 0 0.23 0.57 0.36
HSL 36.38º 0.4% 0.46% -
HSV(B) 36.38º 0.57% 0.64% -
XYZ 24 23.51 9.07 -
YUV 131.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 164 127 70 0 0.23 0.57 0.36 36.38 0.4 0.46
Hex A4 7F 46 0 17 39 24 24 28 2E
Octal 244 177 106 0 27 71 44 44 50 56
Binary 10100100 1111111 1000110 0 10111 111001 100100 100100 101000 101110

Color Harmonies of #A47F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F46

Black with #A47F46

Text Example


Text Example

White with #A47F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F46; }

 p { color: rgb(164,127,70); }

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

background-color css

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

 a { background-color: rgb(164,127,70); }

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

border-color css

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

 span { border-color: rgb(164,127,70); }

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