#A28076

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

Shades of Hemp #A28076

Tints of Hemp #A28076

Color information

#A28076 (or 0xA28076) is unknown color: approx Hemp. HEX triplet: A2, 80 and 76. RGB value is (162,128,118). Sum of RGB (Red+Green+Blue) = 162+128+118=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28076 is #5D7F89. Grayscale: #898989. Windows color (decimal): -6127498 or 7766178. OLE color: 7766178.

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

Color convert

RGB162128118-
CMYK00.210.270.36
HSL13.64º19.13%54.9%-
HSV(B)13.64º27.16%63.53%-
XYZ25.8924.4320.49-
YUV137.03117.26145.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=39.71%
G=31.37%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212811800.210.270.3613.6419.1354.9
HexA280760151B24e1337
Octal2422001660253344162367
Binary1010001010000000111011001010111011100100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28076; }

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

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

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

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

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

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

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

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