#A27D47

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

Shades of Muddy Waters #A27D47

Tints of Muddy Waters #A27D47

Color information

#A27D47 (or 0xA27D47) is unknown color: approx Muddy Waters. HEX triplet: A2, 7D and 47. RGB value is (162,125,71). Sum of RGB (Red+Green+Blue) = 162+125+71=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D47 is #5D82B8. Grayscale: #828282. Windows color (decimal): -6128313 or 4685218. OLE color: 4685218.

HSL color Cylindrical-coordinate representation of color #A27D47: hue angle of 35.6º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A27D47 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16212571-
CMYK00.230.560.36
HSL35.6º39.06%45.69%-
HSV(B)35.6º56.17%63.53%-
XYZ23.3722.89.13-
YUV129.9194.76150.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=45.25%
G=34.92%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621257100.230.560.3635.639.0645.69
HexA27D47017382424272e
Octal2421751070277044444756
Binary1010001011111011000111010111111000100100100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D47; }

 p { color: rgb(162,125,71); }

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

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

 a { background-color: rgb(162,125,71); }

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

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

 span { border-color: rgb(162,125,71); }

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