#A08075

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

Shades of Hemp #A08075

Tints of Hemp #A08075

Color information

#A08075 (or 0xA08075) is unknown color: approx Hemp. HEX triplet: A0, 80 and 75. RGB value is (160,128,117). Sum of RGB (Red+Green+Blue) = 160+128+117=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08075 is #5F7F8A. Grayscale: #888888. Windows color (decimal): -6258571 or 7700640. OLE color: 7700640.

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

Color convert

RGB160128117-
CMYK00.200.270.37
HSL15.35º18.45%54.31%-
HSV(B)15.35º26.88%62.75%-
XYZ25.4324.220.16-
YUV136.31117.1144.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=39.51%
G=31.60%
B=28.89%

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
Decimal16012811700.200.270.3715.3518.4554.31
HexA080750141B25f1236
Octal2402001650243345172266
Binary1010000010000000111010101010011011100101111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08075; }

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

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

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

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

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

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

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

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