Html Css Color HEX #A67947 Muddy Waters

📋 copy color: '#A67947'

red 166 ◦ green 121 ◦ blue 71

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

Shades of Muddy Waters #A67947

Tints of Muddy Waters #A67947

RGB

 RED value IS 166 (65.23% from 255) = 46.37%

 GREEN value IS 121 (47.66% from 255) = 33.8%

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

R = 46.37%
G = 33.8%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67947 (or 0xA67947) is known color: Muddy Waters. HEX triplet: A6, 79 and 47. RGB value is (166,121,71). Sum of RGB (Red+Green+Blue) = 166+121+71=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67947 is #5986B8. Grayscale: #818181. Windows color (decimal): -5867193 or 4684198. OLE color: 4684198.

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

Color convert

RGB 166 121 71 -
CMYK 0 0.27 0.57 0.35
HSL 31.58º 0.4% 0.46% -
HSV(B) 31.58º 0.57% 0.65% -
XYZ 23.7 22.24 9 -
YUV 128.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 166 121 71 0 0.27 0.57 0.35 31.58 0.4 0.46
Hex A6 79 47 0 1B 39 23 20 28 2E
Octal 246 171 107 0 33 71 43 40 50 56
Binary 10100110 1111001 1000111 0 11011 111001 100011 100000 101000 101110

Color Harmonies of #A67947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67947

Black with #A67947

Text Example


Text Example

White with #A67947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67947; }

 p { color: rgb(166,121,71); }

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

background-color css

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

 a { background-color: rgb(166,121,71); }

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

border-color css

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

 span { border-color: rgb(166,121,71); }

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