#A67B3F

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

Shades of Muddy Waters #A67B3F

Tints of Muddy Waters #A67B3F

Color information

#A67B3F (or 0xA67B3F) is unknown color: approx Muddy Waters. HEX triplet: A6, 7B and 3F. RGB value is (166,123,63). Sum of RGB (Red+Green+Blue) = 166+123+63=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B3F is #5984C0. Grayscale: #818181. Windows color (decimal): -5866689 or 4160422. OLE color: 4160422.

HSL color Cylindrical-coordinate representation of color #A67B3F: hue angle of 34.95º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A67B3F is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16612363-
CMYK00.260.620.35
HSL34.95º44.98%44.9%-
HSV(B)34.95º62.05%65.1%-
XYZ23.7122.637.82-
YUV129.0290.75154.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 63 (25% from 255) = 17.90%
R=47.16%
G=34.94%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661236300.260.620.3534.9544.9844.9
HexA67B3F01A3E23232d2d
Octal246173770327643435555
Binary101001101111011111111011010111110100011100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B3F; }

 p { color: rgb(166,123,63); }

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

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

 a { background-color: rgb(166,123,63); }

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

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

 span { border-color: rgb(166,123,63); }

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