#A27A66

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

Shades of Medium Wood #A27A66

Tints of Medium Wood #A27A66

Color information

#A27A66 (or 0xA27A66) is unknown color: approx Medium Wood. HEX triplet: A2, 7A and 66. RGB value is (162,122,102). Sum of RGB (Red+Green+Blue) = 162+122+102=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A66 is #5D8599. Grayscale: #838383. Windows color (decimal): -6129050 or 6716066. OLE color: 6716066.

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

Color convert

RGB162122102-
CMYK00.250.370.36
HSL20º24.39%51.76%-
HSV(B)20º37.04%63.53%-
XYZ24.2622.5615.65-
YUV131.68111.25149.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=41.97%
G=31.61%
B=26.42%

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
Decimal16212210200.250.370.362024.3951.76
HexA27A660192524141834
Octal2421721460314544243064
Binary10100010111101011001100110011001011001001010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A66; }

 p { color: rgb(162,122,102); }

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

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

 a { background-color: rgb(162,122,102); }

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

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

 span { border-color: rgb(162,122,102); }

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