#A8804F

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

Shades of Muddy Waters #A8804F

Tints of Muddy Waters #A8804F

Color information

#A8804F (or 0xA8804F) is unknown color: approx Muddy Waters. HEX triplet: A8, 80 and 4F. RGB value is (168,128,79). Sum of RGB (Red+Green+Blue) = 168+128+79=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8804F is #577FB0. Grayscale: #868686. Windows color (decimal): -5734321 or 5210280. OLE color: 5210280.

HSL color Cylindrical-coordinate representation of color #A8804F: hue angle of 33.03º 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 #A8804F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB16812879-
CMYK00.240.530.34
HSL33.03º36.03%48.43%-
HSV(B)33.03º52.98%65.88%-
XYZ25.2824.3310.76-
YUV134.3796.75151.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=44.8%
G=34.13%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681287900.240.530.3433.0336.0348.43
HexA8804F0183522212430
Octal2502001170306542414460
Binary10101000100000001001111011000110101100010100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8804F; }

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

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

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

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

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

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

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

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