#A68153

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

Shades of Muddy Waters #A68153

Tints of Muddy Waters #A68153

Color information

#A68153 (or 0xA68153) is unknown color: approx Muddy Waters. HEX triplet: A6, 81 and 53. RGB value is (166,129,83). Sum of RGB (Red+Green+Blue) = 166+129+83=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68153 is #597EAC. Grayscale: #878787. Windows color (decimal): -5865133 or 5472678. OLE color: 5472678.

HSL color Cylindrical-coordinate representation of color #A68153: hue angle of 33.25º 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 #A68153 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16612983-
CMYK00.220.500.35
HSL33.25º33.33%48.82%-
HSV(B)33.25º50%65.1%-
XYZ25.1424.4311.57-
YUV134.8298.76150.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=43.92%
G=34.13%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661298300.220.500.3533.2533.3348.82
HexA681530163223212131
Octal2462011230266243414161
Binary10100110100000011010011010110110010100011100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68153; }

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

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

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

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

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

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

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

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