Html Css Color HEX #A78047 Muddy Waters

📋 copy color: '#A78047'

red 167 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #A78047

Tints of Muddy Waters #A78047

RGB

 RED value IS 167 (65.63% from 255) = 45.63%

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

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

R = 45.63%
G = 34.97%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A78047 (or 0xA78047) is known color: Muddy Waters. HEX triplet: A7, 80 and 47. RGB value is (167,128,71). Sum of RGB (Red+Green+Blue) = 167+128+71=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A78047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78047 is #587FB8. Grayscale: #858585. Windows color (decimal): -5799865 or 4685991. OLE color: 4685991.

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

Color convert

RGB 167 128 71 -
CMYK 0 0.23 0.57 0.35
HSL 35.63º 0.4% 0.47% -
HSV(B) 35.63º 0.57% 0.65% -
XYZ 24.79 24.11 9.31 -
YUV 133.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 167 128 71 0 0.23 0.57 0.35 35.63 0.4 0.47
Hex A7 80 47 0 17 39 23 24 28 2F
Octal 247 200 107 0 27 71 43 44 50 57
Binary 10100111 10000000 1000111 0 10111 111001 100011 100100 101000 101111

Color Harmonies of #A78047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78047

Black with #A78047

Text Example


Text Example

White with #A78047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78047; }

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

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

background-color css

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

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

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

border-color css

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

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

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