#A2874F

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

Shades of Muddy Waters #A2874F

Tints of Muddy Waters #A2874F

Color information

#A2874F (or 0xA2874F) is unknown color: approx Muddy Waters. HEX triplet: A2, 87 and 4F. RGB value is (162,135,79). Sum of RGB (Red+Green+Blue) = 162+135+79=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2874F is #5D78B0. Grayscale: #888888. Windows color (decimal): -6125745 or 5212066. OLE color: 5212066.

HSL color Cylindrical-coordinate representation of color #A2874F: hue angle of 40.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2874F is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16213579-
CMYK00.170.510.36
HSL40.48º34.44%47.25%-
HSV(B)40.48º51.23%63.53%-
XYZ24.9825.5711.02-
YUV136.6995.45146.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=43.09%
G=35.90%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621357900.170.510.3640.4834.4447.25
HexA2874F011332428222f
Octal2422071170216344504257
Binary10100010100001111001111010001110011100100101000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2874F; }

 p { color: rgb(162,135,79); }

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

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

 a { background-color: rgb(162,135,79); }

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

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

 span { border-color: rgb(162,135,79); }

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