#A28849

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

Shades of Muddy Waters #A28849

Tints of Muddy Waters #A28849

Color information

#A28849 (or 0xA28849) is unknown color: approx Muddy Waters. HEX triplet: A2, 88 and 49. RGB value is (162,136,73). Sum of RGB (Red+Green+Blue) = 162+136+73=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28849 is #5D77B6. Grayscale: #888888. Windows color (decimal): -6125495 or 4819106. OLE color: 4819106.

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

Color convert

RGB16213673-
CMYK00.160.550.36
HSL42.47º37.87%46.08%-
HSV(B)42.47º54.94%63.53%-
XYZ24.9125.779.96-
YUV136.5992.11146.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=43.67%
G=36.66%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621367300.160.550.3642.4737.8746.08
HexA2884901037242a262e
Octal2422101110206744524656
Binary10100010100010001001001010000110111100100101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28849; }

 p { color: rgb(162,136,73); }

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

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

 a { background-color: rgb(162,136,73); }

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

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

 span { border-color: rgb(162,136,73); }

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