#A27B64

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

Shades of Medium Wood #A27B64

Tints of Medium Wood #A27B64

Color information

#A27B64 (or 0xA27B64) is unknown color: approx Medium Wood. HEX triplet: A2, 7B and 64. RGB value is (162,123,100). Sum of RGB (Red+Green+Blue) = 162+123+100=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B64 is #5D849B. Grayscale: #848484. Windows color (decimal): -6128796 or 6585250. OLE color: 6585250.

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

Color convert

RGB162123100-
CMYK00.240.380.36
HSL22.26º25%51.37%-
HSV(B)22.26º38.27%63.53%-
XYZ24.2822.7715.17-
YUV132.04109.92149.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=42.08%
G=31.95%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212310000.240.380.3622.262551.37
HexA27B640182624161933
Octal2421731440304644263163
Binary10100010111101111001000110001001101001001011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B64; }

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

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

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

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

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

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

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

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