#A18780

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

Shades of Hemp #A18780

Tints of Hemp #A18780

Color information

#A18780 (or 0xA18780) is unknown color: approx Hemp. HEX triplet: A1, 87 and 80. RGB value is (161,135,128). Sum of RGB (Red+Green+Blue) = 161+135+128=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18780 is #5E787F. Grayscale: #8E8E8E. Windows color (decimal): -6191232 or 8423329. OLE color: 8423329.

HSL color Cylindrical-coordinate representation of color #A18780: hue angle of 12.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18780 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161135128-
CMYK00.160.200.37
HSL12.73º14.93%56.67%-
HSV(B)12.73º20.5%63.14%-
XYZ27.2626.4624.09-
YUV141.98120.11141.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=37.97%
G=31.84%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113512800.160.200.3712.7314.9356.67
HexA187800101425df39
Octal2412072000202445151771
Binary1010000110000111100000000100001010010010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18780; }

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

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

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

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

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

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

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

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