#A1807A

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

Shades of Hemp #A1807A

Tints of Hemp #A1807A

Color information

#A1807A (or 0xA1807A) is unknown color: approx Hemp. HEX triplet: A1, 80 and 7A. RGB value is (161,128,122). Sum of RGB (Red+Green+Blue) = 161+128+122=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A1807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1807A is #5E7F85. Grayscale: #898989. Windows color (decimal): -6193030 or 8028321. OLE color: 8028321.

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

Color convert

RGB161128122-
CMYK00.200.240.37
HSL9.23º17.18%55.49%-
HSV(B)9.23º24.22%63.14%-
XYZ25.9324.4221.76-
YUV137.18119.43144.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=39.17%
G=31.14%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112812200.200.240.379.2317.1855.49
HexA1807A014182591137
Octal2412001720243045112167
Binary1010000110000000111101001010011000100101100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1807A; }

 p { color: rgb(161,128,122); }

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

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

 a { background-color: rgb(161,128,122); }

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

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

 span { border-color: rgb(161,128,122); }

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