Html Css Color HEX #A6844E Muddy Waters

📋 copy color: '#A6844E'

red 166 ◦ green 132 ◦ blue 78

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

Shades of Muddy Waters #A6844E

Tints of Muddy Waters #A6844E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 44.15%
G = 35.11%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A6844E (or 0xA6844E) is known color: Muddy Waters. HEX triplet: A6, 84 and 4E. RGB value is (166,132,78). Sum of RGB (Red+Green+Blue) = 166+132+78=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6844E is #597BB1. Grayscale: #888888. Windows color (decimal): -5864370 or 5145766. OLE color: 5145766.

HSL color Cylindrical-coordinate representation of color #A6844E: hue angle of 36.82º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6844E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 78 -
CMYK 0 0.20 0.53 0.35
HSL 36.82º 0.36% 0.48% -
HSV(B) 36.82º 0.53% 0.65% -
XYZ 25.35 25.16 10.73 -
YUV 136.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 166 132 78 0 0.20 0.53 0.35 36.82 0.36 0.48
Hex A6 84 4E 0 14 35 23 25 24 30
Octal 246 204 116 0 24 65 43 45 44 60
Binary 10100110 10000100 1001110 0 10100 110101 100011 100101 100100 110000

Color Harmonies of #A6844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6844E

Black with #A6844E

Text Example


Text Example

White with #A6844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6844E; }

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

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

background-color css

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

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

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

border-color css

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

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

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