#A37B66

Color #A37B66 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A37B66

Tints of Medium Wood #A37B66

Color information

#A37B66 (or 0xA37B66) is unknown color: approx Medium Wood. HEX triplet: A3, 7B and 66. RGB value is (163,123,102). Sum of RGB (Red+Green+Blue) = 163+123+102=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B66 is #5C8499. Grayscale: #848484. Windows color (decimal): -6063258 or 6716323. OLE color: 6716323.

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

Color convert

RGB163123102-
CMYK00.250.370.36
HSL20.66º24.9%51.96%-
HSV(B)20.66º37.42%63.92%-
XYZ24.5922.9115.7-
YUV132.57110.75149.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=42.01%
G=31.70%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312310200.250.370.3620.6624.951.96
HexA37B660192524151934
Octal2431731460314544253164
Binary10100011111101111001100110011001011001001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B66; }

 p { color: rgb(163,123,102); }

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

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

 a { background-color: rgb(163,123,102); }

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

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

 span { border-color: rgb(163,123,102); }

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