#A68553

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

Shades of Muddy Waters #A68553

Tints of Muddy Waters #A68553

Color information

#A68553 (or 0xA68553) is unknown color: approx Muddy Waters. HEX triplet: A6, 85 and 53. RGB value is (166,133,83). Sum of RGB (Red+Green+Blue) = 166+133+83=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68553 is #597AAC. Grayscale: #898989. Windows color (decimal): -5864109 or 5473702. OLE color: 5473702.

HSL color Cylindrical-coordinate representation of color #A68553: hue angle of 36.14º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A68553 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16613383-
CMYK00.200.500.35
HSL36.14º33.33%48.82%-
HSV(B)36.14º50%65.1%-
XYZ25.6725.5111.75-
YUV137.1797.43148.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 83 (32.81% from 255) = 21.73%
R=43.46%
G=34.82%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661338300.200.500.3536.1433.3348.82
HexA685530143223242131
Octal2462051230246243444161
Binary10100110100001011010011010100110010100011100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68553; }

 p { color: rgb(166,133,83); }

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

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

 a { background-color: rgb(166,133,83); }

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

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

 span { border-color: rgb(166,133,83); }

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