Html Css Color HEX #A67F49 Muddy Waters

📋 copy color: '#A67F49'

red 166 ◦ green 127 ◦ blue 73

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

Shades of Muddy Waters #A67F49

Tints of Muddy Waters #A67F49

RGB

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

 GREEN value IS 127 (50% from 255) = 34.7%

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

R = 45.36%
G = 34.7%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A67F49 (or 0xA67F49) is known color: Muddy Waters. HEX triplet: A6, 7F and 49. RGB value is (166,127,73). Sum of RGB (Red+Green+Blue) = 166+127+73=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F49 is #5980B6. Grayscale: #848484. Windows color (decimal): -5865655 or 4816806. OLE color: 4816806.

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

Color convert

RGB 166 127 73 -
CMYK 0 0.23 0.56 0.35
HSL 34.84º 0.39% 0.47% -
HSV(B) 34.84º 0.56% 0.65% -
XYZ 24.52 23.77 9.6 -
YUV 132.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 166 127 73 0 0.23 0.56 0.35 34.84 0.39 0.47
Hex A6 7F 49 0 17 38 23 23 27 2F
Octal 246 177 111 0 27 70 43 43 47 57
Binary 10100110 1111111 1001001 0 10111 111000 100011 100011 100111 101111

Color Harmonies of #A67F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F49

Black with #A67F49

Text Example


Text Example

White with #A67F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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