Html Css Color HEX #A6834A Muddy Waters

📋 copy color: '#A6834A'

red 166 ◦ green 131 ◦ blue 74

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

Shades of Muddy Waters #A6834A

Tints of Muddy Waters #A6834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 44.74%
G = 35.31%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6834A (or 0xA6834A) is known color: Muddy Waters. HEX triplet: A6, 83 and 4A. RGB value is (166,131,74). Sum of RGB (Red+Green+Blue) = 166+131+74=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6834A is #597CB5. Grayscale: #878787. Windows color (decimal): -5864630 or 4883366. OLE color: 4883366.

HSL color Cylindrical-coordinate representation of color #A6834A: hue angle of 37.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6834A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 74 -
CMYK 0 0.21 0.55 0.35
HSL 37.17º 0.38% 0.47% -
HSV(B) 37.17º 0.55% 0.65% -
XYZ 25.08 24.83 9.95 -
YUV 134.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 166 131 74 0 0.21 0.55 0.35 37.17 0.38 0.47
Hex A6 83 4A 0 15 37 23 25 26 2F
Octal 246 203 112 0 25 67 43 45 46 57
Binary 10100110 10000011 1001010 0 10101 110111 100011 100101 100110 101111

Color Harmonies of #A6834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6834A

Black with #A6834A

Text Example


Text Example

White with #A6834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6834A; }

 p { color: rgb(166,131,74); }

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

background-color css

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

 a { background-color: rgb(166,131,74); }

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

border-color css

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

 span { border-color: rgb(166,131,74); }

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