#A2817A

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

Shades of Hemp #A2817A

Tints of Hemp #A2817A

Color information

#A2817A (or 0xA2817A) is unknown color: approx Hemp. HEX triplet: A2, 81 and 7A. RGB value is (162,129,122). Sum of RGB (Red+Green+Blue) = 162+129+122=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817A is #5D7E85. Grayscale: #8A8A8A. Windows color (decimal): -6127238 or 8028578. OLE color: 8028578.

HSL color Cylindrical-coordinate representation of color #A2817A: hue angle of 10.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2817A is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162129122-
CMYK00.200.250.36
HSL10.5º17.7%55.69%-
HSV(B)10.5º24.69%63.53%-
XYZ26.2624.7921.81-
YUV138.07118.93145.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=39.23%
G=31.23%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212912200.200.250.3610.517.755.69
HexA2817A0141924b1238
Octal2422011720243144132270
Binary1010001010000001111101001010011001100100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2817A; }

 p { color: rgb(162,129,122); }

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

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

 a { background-color: rgb(162,129,122); }

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

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

 span { border-color: rgb(162,129,122); }

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