#A28780

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

Shades of Hemp #A28780

Tints of Hemp #A28780

Color information

#A28780 (or 0xA28780) is unknown color: approx Hemp. HEX triplet: A2, 87 and 80. RGB value is (162,135,128). Sum of RGB (Red+Green+Blue) = 162+135+128=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28780 is #5D787F. Grayscale: #8E8E8E. Windows color (decimal): -6125696 or 8423330. OLE color: 8423330.

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

Color convert

RGB162135128-
CMYK00.170.210.36
HSL12.35º15.45%56.86%-
HSV(B)12.35º20.99%63.53%-
XYZ27.4626.5724.1-
YUV142.28119.95142.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=38.12%
G=31.76%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213512800.170.210.3612.3515.4556.86
HexA287800111524cf39
Octal2422072000212544141771
Binary1010001010000111100000000100011010110010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28780; }

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

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

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

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

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

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

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

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