#A67E4E

Color #A67E4E Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A67E4E

Tints of Muddy Waters #A67E4E

Color information

#A67E4E (or 0xA67E4E) is unknown color: approx Muddy Waters. HEX triplet: A6, 7E and 4E. RGB value is (166,126,78). Sum of RGB (Red+Green+Blue) = 166+126+78=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E4E is #5981B1. Grayscale: #848484. Windows color (decimal): -5865906 or 5144230. OLE color: 5144230.

HSL color Cylindrical-coordinate representation of color #A67E4E: hue angle of 32.73º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A67E4E is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16612678-
CMYK00.240.530.35
HSL32.73º36.07%47.84%-
HSV(B)32.73º53.01%65.1%-
XYZ24.5623.5810.46-
YUV132.4997.25151.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=44.86%
G=34.05%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661267800.240.530.3532.7336.0747.84
HexA67E4E0183523212430
Octal2461761160306543414460
Binary1010011011111101001110011000110101100011100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E4E; }

 p { color: rgb(166,126,78); }

 H1.HeaderClassName
 {
   color: #A67E4E;
 }
 .AnyTagClassName
 {
   color: #A67E4E;
 }
</style>
background-color css

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

 a { background-color: rgb(166,126,78); }

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

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

 span { border-color: rgb(166,126,78); }

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