Html Css Color HEX #A68446 Muddy Waters

📋 copy color: '#A68446'

red 166 ◦ green 132 ◦ blue 70

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

Shades of Muddy Waters #A68446

Tints of Muddy Waters #A68446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 45.11%
G = 35.87%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A68446 (or 0xA68446) is known color: Muddy Waters. HEX triplet: A6, 84 and 46. RGB value is (166,132,70). Sum of RGB (Red+Green+Blue) = 166+132+70=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A68446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68446 is #597BB9. Grayscale: #878787. Windows color (decimal): -5864378 or 4621478. OLE color: 4621478.

HSL color Cylindrical-coordinate representation of color #A68446: hue angle of 38.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A68446 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 70 -
CMYK 0 0.20 0.58 0.35
HSL 38.75º 0.41% 0.46% -
HSV(B) 38.75º 0.58% 0.65% -
XYZ 25.08 25.05 9.31 -
YUV 135.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 166 132 70 0 0.20 0.58 0.35 38.75 0.41 0.46
Hex A6 84 46 0 14 3A 23 27 29 2E
Octal 246 204 106 0 24 72 43 47 51 56
Binary 10100110 10000100 1000110 0 10100 111010 100011 100111 101001 101110

Color Harmonies of #A68446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68446

Black with #A68446

Text Example


Text Example

White with #A68446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68446; }

 p { color: rgb(166,132,70); }

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

background-color css

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

 a { background-color: rgb(166,132,70); }

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

border-color css

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

 span { border-color: rgb(166,132,70); }

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