#A08275

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

Shades of Hemp #A08275

Tints of Hemp #A08275

Color information

#A08275 (or 0xA08275) is unknown color: approx Hemp. HEX triplet: A0, 82 and 75. RGB value is (160,130,117). Sum of RGB (Red+Green+Blue) = 160+130+117=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08275 is #5F7D8A. Grayscale: #898989. Windows color (decimal): -6258059 or 7701152. OLE color: 7701152.

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

Color convert

RGB160130117-
CMYK00.190.270.37
HSL18.14º18.45%54.31%-
HSV(B)18.14º26.88%62.75%-
XYZ25.6924.7220.25-
YUV137.49116.44144.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=39.31%
G=31.94%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013011700.190.270.3718.1418.4554.31
HexA082750131B25121236
Octal2402021650233345222266
Binary10100000100000101110101010011110111001011001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08275; }

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

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

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

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

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

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

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

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