#A27E65

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

Shades of Medium Wood #A27E65

Tints of Medium Wood #A27E65

Color information

#A27E65 (or 0xA27E65) is unknown color: approx Medium Wood. HEX triplet: A2, 7E and 65. RGB value is (162,126,101). Sum of RGB (Red+Green+Blue) = 162+126+101=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E65 is #5D819A. Grayscale: #868686. Windows color (decimal): -6128027 or 6651554. OLE color: 6651554.

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

Color convert

RGB162126101-
CMYK00.220.380.36
HSL24.59º24.7%51.57%-
HSV(B)24.59º37.65%63.53%-
XYZ24.7123.5415.55-
YUV133.91109.43148.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=41.65%
G=32.39%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212610100.220.380.3624.5924.751.57
HexA27E650162624191934
Octal2421761450264644313164
Binary10100010111111011001010101101001101001001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E65; }

 p { color: rgb(162,126,101); }

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

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

 a { background-color: rgb(162,126,101); }

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

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

 span { border-color: rgb(162,126,101); }

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