Html Css Color HEX #A68355 Muddy Waters

📋 copy color: '#A68355'

red 166 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #A68355

Tints of Muddy Waters #A68355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 43.46%
G = 34.29%
B = 22.25%

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

#A68355 (or 0xA68355) is known color: Muddy Waters. HEX triplet: A6, 83 and 55. RGB value is (166,131,85). Sum of RGB (Red+Green+Blue) = 166+131+85=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68355 is #597CAA. Grayscale: #888888. Windows color (decimal): -5864619 or 5604262. OLE color: 5604262.

HSL color Cylindrical-coordinate representation of color #A68355: hue angle of 34.07º degrees, saturation: 0.32, 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 #A68355 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 85 -
CMYK 0 0.21 0.49 0.35
HSL 34.07º 0.32% 0.49% -
HSV(B) 34.07º 0.49% 0.65% -
XYZ 25.48 25 12.08 -
YUV 136.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 166 131 85 0 0.21 0.49 0.35 34.07 0.32 0.49
Hex A6 83 55 0 15 31 23 22 20 31
Octal 246 203 125 0 25 61 43 42 40 61
Binary 10100110 10000011 1010101 0 10101 110001 100011 100010 100000 110001

Color Harmonies of #A68355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68355

Black with #A68355

Text Example


Text Example

White with #A68355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68355; }

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

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

background-color css

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

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

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

border-color css

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

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

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