#A1827A

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

Shades of Hemp #A1827A

Tints of Hemp #A1827A

Color information

#A1827A (or 0xA1827A) is unknown color: approx Hemp. HEX triplet: A1, 82 and 7A. RGB value is (161,130,122). Sum of RGB (Red+Green+Blue) = 161+130+122=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1827A is #5E7D85. Grayscale: #8A8A8A. Windows color (decimal): -6192518 or 8028833. OLE color: 8028833.

HSL color Cylindrical-coordinate representation of color #A1827A: hue angle of 12.31º 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 #A1827A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161130122-
CMYK00.190.240.37
HSL12.31º17.18%55.49%-
HSV(B)12.31º24.22%63.14%-
XYZ26.1924.9521.85-
YUV138.36118.77144.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=38.98%
G=31.48%
B=29.54%

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
Decimal16113012200.190.240.3712.3117.1855.49
HexA1827A0131825c1137
Octal2412021720233045142167
Binary1010000110000010111101001001111000100101110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1827A; }

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

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

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

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

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

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

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

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