Html Css Color HEX #A68353 Muddy Waters

📋 copy color: '#A68353'

red 166 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #A68353

Tints of Muddy Waters #A68353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 43.68%
G = 34.47%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A68353 (or 0xA68353) is known color: Muddy Waters. HEX triplet: A6, 83 and 53. RGB value is (166,131,83). Sum of RGB (Red+Green+Blue) = 166+131+83=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A68353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68353 is #597CAC. Grayscale: #888888. Windows color (decimal): -5864621 or 5473190. OLE color: 5473190.

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

Color convert

RGB 166 131 83 -
CMYK 0 0.21 0.50 0.35
HSL 34.7º 0.33% 0.49% -
HSV(B) 34.7º 0.5% 0.65% -
XYZ 25.4 24.96 11.66 -
YUV 135.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 166 131 83 0 0.21 0.50 0.35 34.7 0.33 0.49
Hex A6 83 53 0 15 32 23 23 21 31
Octal 246 203 123 0 25 62 43 43 41 61
Binary 10100110 10000011 1010011 0 10101 110010 100011 100011 100001 110001

Color Harmonies of #A68353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68353

Black with #A68353

Text Example


Text Example

White with #A68353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68353; }

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

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

background-color css

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

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

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

border-color css

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

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

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