Html Css Color HEX #A68447 Muddy Waters

📋 copy color: '#A68447'

red 166 ◦ green 132 ◦ blue 71

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

Shades of Muddy Waters #A68447

Tints of Muddy Waters #A68447

RGB

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

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

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

R = 44.99%
G = 35.77%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68447 (or 0xA68447) is known color: Muddy Waters. HEX triplet: A6, 84 and 47. RGB value is (166,132,71). Sum of RGB (Red+Green+Blue) = 166+132+71=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A68447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68447 is #597BB8. Grayscale: #878787. Windows color (decimal): -5864377 or 4687014. OLE color: 4687014.

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

Color convert

RGB 166 132 71 -
CMYK 0 0.20 0.57 0.35
HSL 38.53º 0.4% 0.46% -
HSV(B) 38.53º 0.57% 0.65% -
XYZ 25.11 25.06 9.48 -
YUV 135.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 166 132 71 0 0.20 0.57 0.35 38.53 0.4 0.46
Hex A6 84 47 0 14 39 23 27 28 2E
Octal 246 204 107 0 24 71 43 47 50 56
Binary 10100110 10000100 1000111 0 10100 111001 100011 100111 101000 101110

Color Harmonies of #A68447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68447

Black with #A68447

Text Example


Text Example

White with #A68447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68447; }

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

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

background-color css

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

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

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

border-color css

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

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

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