#A27C73

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

Shades of Hemp #A27C73

Tints of Hemp #A27C73

Color information

#A27C73 (or 0xA27C73) is unknown color: approx Hemp. HEX triplet: A2, 7C and 73. RGB value is (162,124,115). Sum of RGB (Red+Green+Blue) = 162+124+115=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C73 is #5D838C. Grayscale: #868686. Windows color (decimal): -6128525 or 7568546. OLE color: 7568546.

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

Color convert

RGB162124115-
CMYK00.230.290.36
HSL11.49º20.17%54.31%-
HSV(B)11.49º29.01%63.53%-
XYZ25.223.3319.4-
YUV134.34117.09147.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=40.40%
G=30.92%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212411500.230.290.3611.4920.1754.31
HexA27C730171D24b1436
Octal2421741630273544132466
Binary101000101111100111001101011111101100100101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C73; }

 p { color: rgb(162,124,115); }

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

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

 a { background-color: rgb(162,124,115); }

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

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

 span { border-color: rgb(162,124,115); }

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