Html Css Color HEX #A68648 Muddy Waters

📋 copy color: '#A68648'

red 166 ◦ green 134 ◦ blue 72

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

Shades of Muddy Waters #A68648

Tints of Muddy Waters #A68648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 44.62%
G = 36.02%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68648 (or 0xA68648) is known color: Muddy Waters. HEX triplet: A6, 86 and 48. RGB value is (166,134,72). Sum of RGB (Red+Green+Blue) = 166+134+72=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A68648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68648 is #5979B7. Grayscale: #888888. Windows color (decimal): -5863864 or 4753062. OLE color: 4753062.

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

Color convert

RGB 166 134 72 -
CMYK 0 0.19 0.57 0.35
HSL 39.57º 0.39% 0.47% -
HSV(B) 39.57º 0.57% 0.65% -
XYZ 25.42 25.63 9.74 -
YUV 136.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 166 134 72 0 0.19 0.57 0.35 39.57 0.39 0.47
Hex A6 86 48 0 13 39 23 28 27 2F
Octal 246 206 110 0 23 71 43 50 47 57
Binary 10100110 10000110 1001000 0 10011 111001 100011 101000 100111 101111

Color Harmonies of #A68648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68648

Black with #A68648

Text Example


Text Example

White with #A68648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68648; }

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

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

background-color css

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

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

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

border-color css

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

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

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