#A1827B

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

Shades of Hemp #A1827B

Tints of Hemp #A1827B

Color information

#A1827B (or 0xA1827B) is unknown color: approx Hemp. HEX triplet: A1, 82 and 7B. RGB value is (161,130,123). Sum of RGB (Red+Green+Blue) = 161+130+123=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A1827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1827B is #5E7D84. Grayscale: #8A8A8A. Windows color (decimal): -6192517 or 8094369. OLE color: 8094369.

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

Color convert

RGB161130123-
CMYK00.190.240.37
HSL11.05º16.81%55.69%-
HSV(B)11.05º23.6%63.14%-
XYZ26.2624.9722.18-
YUV138.47119.27144.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=38.89%
G=31.40%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113012300.190.240.3711.0516.8155.69
HexA1827B0131825b1138
Octal2412021730233045132170
Binary1010000110000010111101101001111000100101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1827B; }

 p { color: rgb(161,130,123); }

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

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

 a { background-color: rgb(161,130,123); }

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

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

 span { border-color: rgb(161,130,123); }

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