#A28273

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

Shades of Hemp #A28273

Tints of Hemp #A28273

Color information

#A28273 (or 0xA28273) is unknown color: approx Hemp. HEX triplet: A2, 82 and 73. RGB value is (162,130,115). Sum of RGB (Red+Green+Blue) = 162+130+115=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A28273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28273 is #5D7D8C. Grayscale: #898989. Windows color (decimal): -6126989 or 7570082. OLE color: 7570082.

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

Color convert

RGB162130115-
CMYK00.200.290.36
HSL19.15º20.17%54.31%-
HSV(B)19.15º29.01%63.53%-
XYZ25.9824.8819.65-
YUV137.86115.1145.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=39.80%
G=31.94%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213011500.200.290.3619.1520.1754.31
HexA282730141D24131436
Octal2422021630243544232466
Binary10100010100000101110011010100111011001001001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28273; }

 p { color: rgb(162,130,115); }

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

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

 a { background-color: rgb(162,130,115); }

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

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

 span { border-color: rgb(162,130,115); }

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