#A27B69

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

Shades of Medium Wood #A27B69

Tints of Medium Wood #A27B69

Color information

#A27B69 (or 0xA27B69) is unknown color: approx Medium Wood. HEX triplet: A2, 7B and 69. RGB value is (162,123,105). Sum of RGB (Red+Green+Blue) = 162+123+105=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B69 is #5D8496. Grayscale: #848484. Windows color (decimal): -6128791 or 6912930. OLE color: 6912930.

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

Color convert

RGB162123105-
CMYK00.240.350.36
HSL18.95º23.46%52.35%-
HSV(B)18.95º35.19%63.53%-
XYZ24.5322.8716.49-
YUV132.61112.42148.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=41.54%
G=31.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212310500.240.350.3618.9523.4652.35
HexA27B690182324131734
Octal2421731510304344232764
Binary10100010111101111010010110001000111001001001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B69; }

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

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

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

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

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

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

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

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