#A27971

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

Shades of Hemp #A27971

Tints of Hemp #A27971

Color information

#A27971 (or 0xA27971) is unknown color: approx Hemp. HEX triplet: A2, 79 and 71. RGB value is (162,121,113). Sum of RGB (Red+Green+Blue) = 162+121+113=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A27971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27971 is #5D868E. Grayscale: #848484. Windows color (decimal): -6129295 or 7436706. OLE color: 7436706.

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

Color convert

RGB162121113-
CMYK00.250.300.36
HSL9.8º20.85%53.92%-
HSV(B)9.8º30.25%63.53%-
XYZ24.7222.5518.67-
YUV132.35117.08149.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=40.91%
G=30.56%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212111300.250.300.369.820.8553.92
HexA279710191E24a1536
Octal2421711610313644122566
Binary101000101111001111000101100111110100100101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27971; }

 p { color: rgb(162,121,113); }

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

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

 a { background-color: rgb(162,121,113); }

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

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

 span { border-color: rgb(162,121,113); }

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