#A38250

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

Shades of Muddy Waters #A38250

Tints of Muddy Waters #A38250

Color information

#A38250 (or 0xA38250) is unknown color: approx Muddy Waters. HEX triplet: A3, 82 and 50. RGB value is (163,130,80). Sum of RGB (Red+Green+Blue) = 163+130+80=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A38250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38250 is #5C7DAF. Grayscale: #868686. Windows color (decimal): -6061488 or 5276323. OLE color: 5276323.

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

Color convert

RGB16313080-
CMYK00.200.510.36
HSL36.14º34.16%47.65%-
HSV(B)36.14º50.92%63.92%-
XYZ24.5324.3310.99-
YUV134.1797.43148.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=43.70%
G=34.85%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631308000.200.510.3636.1434.1647.65
HexA382500143324242230
Octal2432021200246344444260
Binary10100011100000101010000010100110011100100100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38250; }

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

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

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

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

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

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

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

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