#A18075

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

Shades of Hemp #A18075

Tints of Hemp #A18075

Color information

#A18075 (or 0xA18075) is unknown color: approx Hemp. HEX triplet: A1, 80 and 75. RGB value is (161,128,117). Sum of RGB (Red+Green+Blue) = 161+128+117=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A18075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18075 is #5E7F8A. Grayscale: #888888. Windows color (decimal): -6193035 or 7700641. OLE color: 7700641.

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

Color convert

RGB161128117-
CMYK00.200.270.37
HSL15º18.97%54.51%-
HSV(B)15º27.33%63.14%-
XYZ25.6324.320.17-
YUV136.61116.93145.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=39.66%
G=31.53%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112811700.200.270.371518.9754.51
HexA180750141B25f1337
Octal2412001650243345172367
Binary1010000110000000111010101010011011100101111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18075; }

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

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

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

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

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

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

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

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