#A38249

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

Shades of Muddy Waters #A38249

Tints of Muddy Waters #A38249

Color information

#A38249 (or 0xA38249) is unknown color: approx Muddy Waters. HEX triplet: A3, 82 and 49. RGB value is (163,130,73). Sum of RGB (Red+Green+Blue) = 163+130+73=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A38249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38249 is #5C7DB6. Grayscale: #858585. Windows color (decimal): -6061495 or 4817571. OLE color: 4817571.

HSL color Cylindrical-coordinate representation of color #A38249: hue angle of 38º 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 #A38249 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16313073-
CMYK00.200.550.36
HSL38º38.14%46.27%-
HSV(B)38º55.21%63.92%-
XYZ24.2924.239.7-
YUV133.3793.93149.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=44.54%
G=35.52%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631307300.200.550.363838.1446.27
HexA38249014372426262e
Octal2432021110246744464656
Binary10100011100000101001001010100110111100100100110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38249; }

 p { color: rgb(163,130,73); }

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

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

 a { background-color: rgb(163,130,73); }

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

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

 span { border-color: rgb(163,130,73); }

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