Html Css Color HEX #A68649 Muddy Waters

📋 copy color: '#A68649'

red 166 ◦ green 134 ◦ blue 73

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

Shades of Muddy Waters #A68649

Tints of Muddy Waters #A68649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 44.5%
G = 35.92%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A68649 (or 0xA68649) is known color: Muddy Waters. HEX triplet: A6, 86 and 49. RGB value is (166,134,73). Sum of RGB (Red+Green+Blue) = 166+134+73=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68649 is #5979B6. Grayscale: #888888. Windows color (decimal): -5863863 or 4818598. OLE color: 4818598.

HSL color Cylindrical-coordinate representation of color #A68649: hue angle of 39.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A68649 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 73 -
CMYK 0 0.19 0.56 0.35
HSL 39.35º 0.39% 0.47% -
HSV(B) 39.35º 0.56% 0.65% -
XYZ 25.45 25.64 9.91 -
YUV 136.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 166 134 73 0 0.19 0.56 0.35 39.35 0.39 0.47
Hex A6 86 49 0 13 38 23 27 27 2F
Octal 246 206 111 0 23 70 43 47 47 57
Binary 10100110 10000110 1001001 0 10011 111000 100011 100111 100111 101111

Color Harmonies of #A68649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68649

Black with #A68649

Text Example


Text Example

White with #A68649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68649; }

 p { color: rgb(166,134,73); }

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

background-color css

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

 a { background-color: rgb(166,134,73); }

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

border-color css

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

 span { border-color: rgb(166,134,73); }

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