Html Css Color HEX #A68352 Muddy Waters

📋 copy color: '#A68352'

red 166 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #A68352

Tints of Muddy Waters #A68352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 43.8%
G = 34.56%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68352 (or 0xA68352) is known color: Muddy Waters. HEX triplet: A6, 83 and 52. RGB value is (166,131,82). Sum of RGB (Red+Green+Blue) = 166+131+82=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68352 is #597CAD. Grayscale: #888888. Windows color (decimal): -5864622 or 5407654. OLE color: 5407654.

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

Color convert

RGB 166 131 82 -
CMYK 0 0.21 0.51 0.35
HSL 35º 0.34% 0.49% -
HSV(B) 35º 0.51% 0.65% -
XYZ 25.37 24.95 11.46 -
YUV 135.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 166 131 82 0 0.21 0.51 0.35 35 0.34 0.49
Hex A6 83 52 0 15 33 23 23 22 31
Octal 246 203 122 0 25 63 43 43 42 61
Binary 10100110 10000011 1010010 0 10101 110011 100011 100011 100010 110001

Color Harmonies of #A68352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68352

Black with #A68352

Text Example


Text Example

White with #A68352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68352; }

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

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

background-color css

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

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

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

border-color css

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

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

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