#A5834E

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

Shades of Muddy Waters #A5834E

Tints of Muddy Waters #A5834E

Color information

#A5834E (or 0xA5834E) is unknown color: approx Muddy Waters. HEX triplet: A5, 83 and 4E. RGB value is (165,131,78). Sum of RGB (Red+Green+Blue) = 165+131+78=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5834E is #5A7CB1. Grayscale: #878787. Windows color (decimal): -5930162 or 5145509. OLE color: 5145509.

HSL color Cylindrical-coordinate representation of color #A5834E: hue angle of 36.55º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5834E is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16513178-
CMYK00.210.530.35
HSL36.55º35.8%47.65%-
HSV(B)36.55º52.73%64.71%-
XYZ25.0124.7810.67-
YUV135.1295.76149.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=44.12%
G=35.03%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651317800.210.530.3536.5535.847.65
HexA5834E0153523252430
Octal2452031160256543454460
Binary10100101100000111001110010101110101100011100101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5834E; }

 p { color: rgb(165,131,78); }

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

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

 a { background-color: rgb(165,131,78); }

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

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

 span { border-color: rgb(165,131,78); }

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