#A18750

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

Shades of Muddy Waters #A18750

Tints of Muddy Waters #A18750

Color information

#A18750 (or 0xA18750) is unknown color: approx Muddy Waters. HEX triplet: A1, 87 and 50. RGB value is (161,135,80). Sum of RGB (Red+Green+Blue) = 161+135+80=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18750 is #5E78AF. Grayscale: #888888. Windows color (decimal): -6191280 or 5277601. OLE color: 5277601.

HSL color Cylindrical-coordinate representation of color #A18750: hue angle of 40.74º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18750 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16113580-
CMYK00.160.500.37
HSL40.74º33.61%47.25%-
HSV(B)40.74º50.31%63.14%-
XYZ24.8125.4811.2-
YUV136.596.11145.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=42.82%
G=35.90%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611358000.160.500.3740.7433.6147.25
HexA18750010322529222f
Octal2412071200206245514257
Binary10100001100001111010000010000110010100101101001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18750; }

 p { color: rgb(161,135,80); }

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

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

 a { background-color: rgb(161,135,80); }

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

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

 span { border-color: rgb(161,135,80); }

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