Html Css Color HEX #A68647 Muddy Waters

📋 copy color: '#A68647'

red 166 ◦ green 134 ◦ blue 71

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

Shades of Muddy Waters #A68647

Tints of Muddy Waters #A68647

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 44.74%
G = 36.12%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68647 (or 0xA68647) is known color: Muddy Waters. HEX triplet: A6, 86 and 47. RGB value is (166,134,71). Sum of RGB (Red+Green+Blue) = 166+134+71=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A68647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68647 is #5979B8. Grayscale: #888888. Windows color (decimal): -5863865 or 4687526. OLE color: 4687526.

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

Color convert

RGB 166 134 71 -
CMYK 0 0.19 0.57 0.35
HSL 39.79º 0.4% 0.46% -
HSV(B) 39.79º 0.57% 0.65% -
XYZ 25.39 25.61 9.57 -
YUV 136.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 166 134 71 0 0.19 0.57 0.35 39.79 0.4 0.46
Hex A6 86 47 0 13 39 23 28 28 2E
Octal 246 206 107 0 23 71 43 50 50 56
Binary 10100110 10000110 1000111 0 10011 111001 100011 101000 101000 101110

Color Harmonies of #A68647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68647

Black with #A68647

Text Example


Text Example

White with #A68647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68647; }

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

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

background-color css

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

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

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

border-color css

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

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

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