#A1847D

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

Shades of Hemp #A1847D

Tints of Hemp #A1847D

Color information

#A1847D (or 0xA1847D) is unknown color: approx Hemp. HEX triplet: A1, 84 and 7D. RGB value is (161,132,125). Sum of RGB (Red+Green+Blue) = 161+132+125=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1847D is #5E7B82. Grayscale: #8B8B8B. Windows color (decimal): -6192003 or 8225953. OLE color: 8225953.

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

Color convert

RGB161132125-
CMYK00.180.220.37
HSL11.67º16.07%56.08%-
HSV(B)11.67º22.36%63.14%-
XYZ26.6525.5622.93-
YUV139.87119.61143.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=38.52%
G=31.58%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113212500.180.220.3711.6716.0756.08
HexA1847D0121625c1038
Octal2412041750222645142070
Binary1010000110000100111110101001010110100101110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1847D; }

 p { color: rgb(161,132,125); }

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

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

 a { background-color: rgb(161,132,125); }

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

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

 span { border-color: rgb(161,132,125); }

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