Html Css Color HEX #A6804D Muddy Waters

📋 copy color: '#A6804D'

red 166 ◦ green 128 ◦ blue 77

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

Shades of Muddy Waters #A6804D

Tints of Muddy Waters #A6804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 44.74%
G = 34.5%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6804D (or 0xA6804D) is known color: Muddy Waters. HEX triplet: A6, 80 and 4D. RGB value is (166,128,77). Sum of RGB (Red+Green+Blue) = 166+128+77=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6804D is #597FB2. Grayscale: #858585. Windows color (decimal): -5865395 or 5079206. OLE color: 5079206.

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

Color convert

RGB 166 128 77 -
CMYK 0 0.23 0.54 0.35
HSL 34.38º 0.37% 0.48% -
HSV(B) 34.38º 0.54% 0.65% -
XYZ 24.78 24.08 10.36 -
YUV 133.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 166 128 77 0 0.23 0.54 0.35 34.38 0.37 0.48
Hex A6 80 4D 0 17 36 23 22 25 30
Octal 246 200 115 0 27 66 43 42 45 60
Binary 10100110 10000000 1001101 0 10111 110110 100011 100010 100101 110000

Color Harmonies of #A6804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6804D

Black with #A6804D

Text Example


Text Example

White with #A6804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6804D; }

 p { color: rgb(166,128,77); }

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

background-color css

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

 a { background-color: rgb(166,128,77); }

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

border-color css

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

 span { border-color: rgb(166,128,77); }

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