#A27C40

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

Shades of Muddy Waters #A27C40

Tints of Muddy Waters #A27C40

Color information

#A27C40 (or 0xA27C40) is unknown color: approx Muddy Waters. HEX triplet: A2, 7C and 40. RGB value is (162,124,64). Sum of RGB (Red+Green+Blue) = 162+124+64=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C40 is #5D83BF. Grayscale: #808080. Windows color (decimal): -6128576 or 4226210. OLE color: 4226210.

HSL color Cylindrical-coordinate representation of color #A27C40: hue angle of 36.73º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27C40 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16212464-
CMYK00.230.600.36
HSL36.73º43.36%44.31%-
HSV(B)36.73º60.49%63.53%-
XYZ23.0322.477.97-
YUV128.5291.59151.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=46.29%
G=35.43%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621246400.230.600.3636.7343.3644.31
HexA27C400173C24252b2c
Octal2421741000277444455354
Binary1010001011111001000000010111111100100100100101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C40; }

 p { color: rgb(162,124,64); }

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

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

 a { background-color: rgb(162,124,64); }

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

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

 span { border-color: rgb(162,124,64); }

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