Html Css Color HEX #A67C48 Muddy Waters

📋 copy color: '#A67C48'

red 166 ◦ green 124 ◦ blue 72

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

Shades of Muddy Waters #A67C48

Tints of Muddy Waters #A67C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 45.86%
G = 34.25%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67C48 (or 0xA67C48) is known color: Muddy Waters. HEX triplet: A6, 7C and 48. RGB value is (166,124,72). Sum of RGB (Red+Green+Blue) = 166+124+72=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C48 is #5983B7. Grayscale: #828282. Windows color (decimal): -5866424 or 4750502. OLE color: 4750502.

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

Color convert

RGB 166 124 72 -
CMYK 0 0.25 0.57 0.35
HSL 33.19º 0.39% 0.47% -
HSV(B) 33.19º 0.57% 0.65% -
XYZ 24.1 22.99 9.3 -
YUV 130.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 166 124 72 0 0.25 0.57 0.35 33.19 0.39 0.47
Hex A6 7C 48 0 19 39 23 21 27 2F
Octal 246 174 110 0 31 71 43 41 47 57
Binary 10100110 1111100 1001000 0 11001 111001 100011 100001 100111 101111

Color Harmonies of #A67C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C48

Black with #A67C48

Text Example


Text Example

White with #A67C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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