#A4804E

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

Shades of Muddy Waters #A4804E

Tints of Muddy Waters #A4804E

Color information

#A4804E (or 0xA4804E) is unknown color: approx Muddy Waters. HEX triplet: A4, 80 and 4E. RGB value is (164,128,78). Sum of RGB (Red+Green+Blue) = 164+128+78=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4804E is #5B7FB1. Grayscale: #858585. Windows color (decimal): -5996466 or 5144740. OLE color: 5144740.

HSL color Cylindrical-coordinate representation of color #A4804E: hue angle of 34.88º 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 #A4804E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16412878-
CMYK00.220.520.36
HSL34.88º35.54%47.45%-
HSV(B)34.88º52.44%64.31%-
XYZ24.423.8810.53-
YUV133.0696.93150.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=44.32%
G=34.59%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641287800.220.520.3634.8835.5447.45
HexA4804E016342423242f
Octal2442001160266444434457
Binary10100100100000001001110010110110100100100100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4804E; }

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

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

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

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

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

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

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

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