#A28071

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

Shades of Hemp #A28071

Tints of Hemp #A28071

Color information

#A28071 (or 0xA28071) is unknown color: approx Hemp. HEX triplet: A2, 80 and 71. RGB value is (162,128,113). Sum of RGB (Red+Green+Blue) = 162+128+113=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A28071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28071 is #5D7F8E. Grayscale: #888888. Windows color (decimal): -6127503 or 7438498. OLE color: 7438498.

HSL color Cylindrical-coordinate representation of color #A28071: hue angle of 18.37º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28071 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162128113-
CMYK00.210.300.36
HSL18.37º20.85%53.92%-
HSV(B)18.37º30.25%63.53%-
XYZ25.624.3118.97-
YUV136.46114.76146.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=40.20%
G=31.76%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212811300.210.300.3618.3720.8553.92
HexA280710151E24121536
Octal2422001610253644222566
Binary10100010100000001110001010101111101001001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28071; }

 p { color: rgb(162,128,113); }

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

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

 a { background-color: rgb(162,128,113); }

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

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

 span { border-color: rgb(162,128,113); }

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