#A4814A

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

Shades of Muddy Waters #A4814A

Tints of Muddy Waters #A4814A

Color information

#A4814A (or 0xA4814A) is unknown color: approx Muddy Waters. HEX triplet: A4, 81 and 4A. RGB value is (164,129,74). Sum of RGB (Red+Green+Blue) = 164+129+74=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4814A is #5B7EB5. Grayscale: #858585. Windows color (decimal): -5996214 or 4882852. OLE color: 4882852.

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

Color convert

RGB16412974-
CMYK00.210.550.36
HSL36.67º37.82%46.67%-
HSV(B)36.67º54.88%64.31%-
XYZ24.424.099.84-
YUV133.294.6149.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=44.69%
G=35.15%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641297400.210.550.3636.6737.8246.67
HexA4814A015372425262f
Octal2442011120256744454657
Binary10100100100000011001010010101110111100100100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4814A; }

 p { color: rgb(164,129,74); }

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

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

 a { background-color: rgb(164,129,74); }

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

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

 span { border-color: rgb(164,129,74); }

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