Html Css Color HEX #A68548 Muddy Waters

📋 copy color: '#A68548'

red 166 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #A68548

Tints of Muddy Waters #A68548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 44.74%
G = 35.85%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68548 (or 0xA68548) is known color: Muddy Waters. HEX triplet: A6, 85 and 48. RGB value is (166,133,72). Sum of RGB (Red+Green+Blue) = 166+133+72=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A68548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68548 is #597AB7. Grayscale: #888888. Windows color (decimal): -5864120 or 4752806. OLE color: 4752806.

HSL color Cylindrical-coordinate representation of color #A68548: hue angle of 38.94º 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 #A68548 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 72 -
CMYK 0 0.20 0.57 0.35
HSL 38.94º 0.39% 0.47% -
HSV(B) 38.94º 0.57% 0.65% -
XYZ 25.28 25.35 9.69 -
YUV 135.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 166 133 72 0 0.20 0.57 0.35 38.94 0.39 0.47
Hex A6 85 48 0 14 39 23 27 27 2F
Octal 246 205 110 0 24 71 43 47 47 57
Binary 10100110 10000101 1001000 0 10100 111001 100011 100111 100111 101111

Color Harmonies of #A68548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68548

Black with #A68548

Text Example


Text Example

White with #A68548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68548; }

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

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

background-color css

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

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

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

border-color css

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

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

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