#A3814F

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

Shades of Muddy Waters #A3814F

Tints of Muddy Waters #A3814F

Color information

#A3814F (or 0xA3814F) is unknown color: approx Muddy Waters. HEX triplet: A3, 81 and 4F. RGB value is (163,129,79). Sum of RGB (Red+Green+Blue) = 163+129+79=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3814F is #5C7EB0. Grayscale: #858585. Windows color (decimal): -6061745 or 5210531. OLE color: 5210531.

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

Color convert

RGB16312979-
CMYK00.210.520.36
HSL35.71º34.71%47.45%-
HSV(B)35.71º51.53%63.92%-
XYZ24.3724.0510.76-
YUV133.4797.26149.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=43.94%
G=34.77%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631297900.210.520.3635.7134.7147.45
HexA3814F015342424232f
Octal2432011170256444444357
Binary10100011100000011001111010101110100100100100100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3814F; }

 p { color: rgb(163,129,79); }

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

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

 a { background-color: rgb(163,129,79); }

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

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

 span { border-color: rgb(163,129,79); }

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