#A4834E

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

Shades of Muddy Waters #A4834E

Tints of Muddy Waters #A4834E

Color information

#A4834E (or 0xA4834E) is unknown color: approx Muddy Waters. HEX triplet: A4, 83 and 4E. RGB value is (164,131,78). Sum of RGB (Red+Green+Blue) = 164+131+78=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4834E is #5B7CB1. Grayscale: #878787. Windows color (decimal): -5995698 or 5145508. OLE color: 5145508.

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

Color convert

RGB16413178-
CMYK00.200.520.36
HSL36.98º35.54%47.45%-
HSV(B)36.98º52.44%64.31%-
XYZ24.824.6810.66-
YUV134.8295.93148.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=43.97%
G=35.12%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641317800.200.520.3636.9835.5447.45
HexA4834E014342425242f
Octal2442031160246444454457
Binary10100100100000111001110010100110100100100100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4834E; }

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

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

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

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

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

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

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

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