#a8834f

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

Shades of Muddy Waters #A8834F

Tints of Muddy Waters #A8834F

Color information

#A8834F (or 0xA8834F) is unknown color: approx Muddy Waters. HEX triplet: A8, 83 and 4F. RGB value is (168,131,79). Sum of RGB (Red+Green+Blue) = 168+131+79=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8834F is #577CB0. Grayscale: #888888. Windows color (decimal): -5733553 or 5211048. OLE color: 5211048.

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

Color convert

RGB16813179-
CMYK00.220.530.34
HSL35.06º36.03%48.43%-
HSV(B)35.06º52.98%65.88%-
XYZ25.6825.1210.89-
YUV136.1495.76150.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=44.44%
G=34.66%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681317900.220.530.3435.0636.0348.43
HexA8834F0163522232430
Octal2502031170266542434460
Binary10101000100000111001111010110110101100010100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8834f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8834f; }

 p { color: rgb(168,131,79); }

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

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

 a { background-color: rgb(168,131,79); }

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

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

 span { border-color: rgb(168,131,79); }

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