#A27B5E

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

Shades of Medium Wood #A27B5E

Tints of Medium Wood #A27B5E

Color information

#A27B5E (or 0xA27B5E) is unknown color: approx Medium Wood. HEX triplet: A2, 7B and 5E. RGB value is (162,123,94). Sum of RGB (Red+Green+Blue) = 162+123+94=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B5E is #5D84A1. Grayscale: #838383. Windows color (decimal): -6128802 or 6192034. OLE color: 6192034.

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

Color convert

RGB16212394-
CMYK00.240.420.36
HSL25.59º26.77%50.2%-
HSV(B)25.59º41.98%63.53%-
XYZ2422.6613.7-
YUV131.35106.92149.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=42.74%
G=32.45%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621239400.240.420.3625.5926.7750.2
HexA27B5E0182A241a1b32
Octal2421731360305244323362
Binary10100010111101110111100110001010101001001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B5E; }

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

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

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

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

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

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

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

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