#A2817B

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

Shades of Hemp #A2817B

Tints of Hemp #A2817B

Color information

#A2817B (or 0xA2817B) is unknown color: approx Hemp. HEX triplet: A2, 81 and 7B. RGB value is (162,129,123). Sum of RGB (Red+Green+Blue) = 162+129+123=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817B is #5D7E84. Grayscale: #8A8A8A. Windows color (decimal): -6127237 or 8094114. OLE color: 8094114.

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

Color convert

RGB162129123-
CMYK00.200.240.36
HSL9.23º17.33%55.88%-
HSV(B)9.23º24.07%63.53%-
XYZ26.3324.8122.14-
YUV138.18119.43144.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=39.13%
G=31.16%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212912300.200.240.369.2317.3355.88
HexA2817B014182491138
Octal2422011730243044112170
Binary1010001010000001111101101010011000100100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2817B; }

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

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

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

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

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

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

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

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