#A28553

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

Shades of Muddy Waters #A28553

Tints of Muddy Waters #A28553

Color information

#A28553 (or 0xA28553) is unknown color: approx Muddy Waters. HEX triplet: A2, 85 and 53. RGB value is (162,133,83). Sum of RGB (Red+Green+Blue) = 162+133+83=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28553 is #5D7AAC. Grayscale: #888888. Windows color (decimal): -6126253 or 5473698. OLE color: 5473698.

HSL color Cylindrical-coordinate representation of color #A28553: hue angle of 37.97º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A28553 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16213383-
CMYK00.180.490.36
HSL37.97º32.24%48.04%-
HSV(B)37.97º48.77%63.53%-
XYZ24.8525.0811.72-
YUV135.9798.11146.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=42.86%
G=35.19%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621338300.180.490.3637.9732.2448.04
HexA285530123124262030
Octal2422051230226144464060
Binary10100010100001011010011010010110001100100100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28553; }

 p { color: rgb(162,133,83); }

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

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

 a { background-color: rgb(162,133,83); }

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

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

 span { border-color: rgb(162,133,83); }

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