#A27B61

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

Shades of Medium Wood #A27B61

Tints of Medium Wood #A27B61

Color information

#A27B61 (or 0xA27B61) is unknown color: approx Medium Wood. HEX triplet: A2, 7B and 61. RGB value is (162,123,97). Sum of RGB (Red+Green+Blue) = 162+123+97=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B61 is #5D849E. Grayscale: #838383. Windows color (decimal): -6128799 or 6388642. OLE color: 6388642.

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

Color convert

RGB16212397-
CMYK00.240.400.36
HSL24º25.9%50.78%-
HSV(B)24º40.12%63.53%-
XYZ24.1422.7114.42-
YUV131.7108.42149.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=42.41%
G=32.20%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621239700.240.400.362425.950.78
HexA27B610182824181a33
Octal2421731410305044303263
Binary10100010111101111000010110001010001001001100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B61; }

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

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

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

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

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

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

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

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