#A27C70

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

Shades of Hemp #A27C70

Tints of Hemp #A27C70

Color information

#A27C70 (or 0xA27C70) is unknown color: approx Hemp. HEX triplet: A2, 7C and 70. RGB value is (162,124,112). Sum of RGB (Red+Green+Blue) = 162+124+112=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C70 is #5D838F. Grayscale: #868686. Windows color (decimal): -6128528 or 7371938. OLE color: 7371938.

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

Color convert

RGB162124112-
CMYK00.230.310.36
HSL14.4º21.19%53.73%-
HSV(B)14.4º30.86%63.53%-
XYZ25.0323.2718.5-
YUV133.99115.59147.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=40.70%
G=31.16%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212411200.230.310.3614.421.1953.73
HexA27C700171F24e1536
Octal2421741600273744162566
Binary101000101111100111000001011111111100100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C70; }

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

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

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

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

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

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

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

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