Html Css Color HEX #A68354 Muddy Waters

📋 copy color: '#A68354'

red 166 ◦ green 131 ◦ blue 84

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

Shades of Muddy Waters #A68354

Tints of Muddy Waters #A68354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.05%

R = 43.57%
G = 34.38%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68354 (or 0xA68354) is known color: Muddy Waters. HEX triplet: A6, 83 and 54. RGB value is (166,131,84). Sum of RGB (Red+Green+Blue) = 166+131+84=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68354 is #597CAB. Grayscale: #888888. Windows color (decimal): -5864620 or 5538726. OLE color: 5538726.

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

Color convert

RGB 166 131 84 -
CMYK 0 0.21 0.49 0.35
HSL 34.39º 0.33% 0.49% -
HSV(B) 34.39º 0.49% 0.65% -
XYZ 25.44 24.98 11.87 -
YUV 136.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 166 131 84 0 0.21 0.49 0.35 34.39 0.33 0.49
Hex A6 83 54 0 15 31 23 22 21 31
Octal 246 203 124 0 25 61 43 42 41 61
Binary 10100110 10000011 1010100 0 10101 110001 100011 100010 100001 110001

Color Harmonies of #A68354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68354

Black with #A68354

Text Example


Text Example

White with #A68354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68354; }

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

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

background-color css

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

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

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

border-color css

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

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

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