#A27B3F

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

Shades of Muddy Waters #A27B3F

Tints of Muddy Waters #A27B3F

Color information

#A27B3F (or 0xA27B3F) is unknown color: approx Muddy Waters. HEX triplet: A2, 7B and 3F. RGB value is (162,123,63). Sum of RGB (Red+Green+Blue) = 162+123+63=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B3F is #5D84C0. Grayscale: #808080. Windows color (decimal): -6128833 or 4160418. OLE color: 4160418.

HSL color Cylindrical-coordinate representation of color #A27B3F: hue angle of 36.36º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A27B3F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16212363-
CMYK00.240.610.36
HSL36.36º44%44.12%-
HSV(B)36.36º61.11%63.53%-
XYZ22.8822.217.78-
YUV127.8291.42152.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 63 (25% from 255) = 18.10%
R=46.55%
G=35.34%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621236300.240.610.3636.364444.12
HexA27B3F0183D24242c2c
Octal242173770307544445454
Binary101000101111011111111011000111101100100100100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B3F; }

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

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

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

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

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

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

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

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