#A38552

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

Shades of Muddy Waters #A38552

Tints of Muddy Waters #A38552

Color information

#A38552 (or 0xA38552) is unknown color: approx Muddy Waters. HEX triplet: A3, 85 and 52. RGB value is (163,133,82). Sum of RGB (Red+Green+Blue) = 163+133+82=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A38552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38552 is #5C7AAD. Grayscale: #888888. Windows color (decimal): -6060718 or 5408163. OLE color: 5408163.

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

Color convert

RGB16313382-
CMYK00.180.500.36
HSL37.78º33.06%48.04%-
HSV(B)37.78º49.69%63.92%-
XYZ25.0125.1711.52-
YUV136.1697.44147.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=43.12%
G=35.19%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631338200.180.500.3637.7833.0648.04
HexA385520123224262130
Octal2432051220226244464160
Binary10100011100001011010010010010110010100100100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38552; }

 p { color: rgb(163,133,82); }

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

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

 a { background-color: rgb(163,133,82); }

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

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

 span { border-color: rgb(163,133,82); }

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