#A88244

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

Shades of Muddy Waters #A88244

Tints of Muddy Waters #A88244

Color information

#A88244 (or 0xA88244) is unknown color: approx Muddy Waters. HEX triplet: A8, 82 and 44. RGB value is (168,130,68). Sum of RGB (Red+Green+Blue) = 168+130+68=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A88244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88244 is #577DBB. Grayscale: #868686. Windows color (decimal): -5733820 or 4489896. OLE color: 4489896.

HSL color Cylindrical-coordinate representation of color #A88244: hue angle of 37.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88244 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16813068-
CMYK00.230.600.34
HSL37.2º42.37%46.27%-
HSV(B)37.2º59.52%65.88%-
XYZ25.1724.718.91-
YUV134.2990.59152.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=45.90%
G=35.52%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681306800.230.600.3437.242.3746.27
HexA882440173C22252a2e
Octal2502021040277442455256
Binary10101000100000101000100010111111100100010100101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88244; }

 p { color: rgb(168,130,68); }

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

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

 a { background-color: rgb(168,130,68); }

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

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

 span { border-color: rgb(168,130,68); }

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