#A27870

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

Shades of Hemp #A27870

Tints of Hemp #A27870

Color information

#A27870 (or 0xA27870) is unknown color: approx Hemp. HEX triplet: A2, 78 and 70. RGB value is (162,120,112). Sum of RGB (Red+Green+Blue) = 162+120+112=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A27870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27870 is #5D878F. Grayscale: #838383. Windows color (decimal): -6129552 or 7370914. OLE color: 7370914.

HSL color Cylindrical-coordinate representation of color #A27870: hue angle of 9.6º 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 #A27870 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162120112-
CMYK00.260.310.36
HSL9.6º21.19%53.73%-
HSV(B)9.6º30.86%63.53%-
XYZ24.5422.2818.34-
YUV131.65116.91149.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=41.12%
G=30.46%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212011200.260.310.369.621.1953.73
HexA2787001A1F24a1536
Octal2421701600323744122566
Binary101000101111000111000001101011111100100101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27870; }

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

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

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

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

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

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

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

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