#A37B67

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

Shades of Medium Wood #A37B67

Tints of Medium Wood #A37B67

Color information

#A37B67 (or 0xA37B67) is unknown color: approx Medium Wood. HEX triplet: A3, 7B and 67. RGB value is (163,123,103). Sum of RGB (Red+Green+Blue) = 163+123+103=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B67 is #5C8498. Grayscale: #848484. Windows color (decimal): -6063257 or 6781859. OLE color: 6781859.

HSL color Cylindrical-coordinate representation of color #A37B67: hue angle of 20º 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 #A37B67 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB163123103-
CMYK00.250.370.36
HSL20º24.59%52.16%-
HSV(B)20º36.81%63.92%-
XYZ24.6422.9315.96-
YUV132.68111.25149.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=41.90%
G=31.62%
B=26.48%

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
Decimal16312310300.250.370.362024.5952.16
HexA37B670192524141934
Octal2431731470314544243164
Binary10100011111101111001110110011001011001001010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B67; }

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

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

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

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

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

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

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

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