#A78145

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

Shades of Muddy Waters #A78145

Tints of Muddy Waters #A78145

Color information

#A78145 (or 0xA78145) is unknown color: approx Muddy Waters. HEX triplet: A7, 81 and 45. RGB value is (167,129,69). Sum of RGB (Red+Green+Blue) = 167+129+69=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A78145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78145 is #587EBA. Grayscale: #858585. Windows color (decimal): -5799611 or 4555175. OLE color: 4555175.

HSL color Cylindrical-coordinate representation of color #A78145: hue angle of 36.73º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A78145 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16712969-
CMYK00.230.590.35
HSL36.73º41.53%46.27%-
HSV(B)36.73º58.68%65.49%-
XYZ24.8624.359.02-
YUV133.5291.59151.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=45.75%
G=35.34%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671296900.230.590.3536.7341.5346.27
HexA781450173B23252a2e
Octal2472011050277343455256
Binary10100111100000011000101010111111011100011100101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78145; }

 p { color: rgb(167,129,69); }

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

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

 a { background-color: rgb(167,129,69); }

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

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

 span { border-color: rgb(167,129,69); }

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