#A28272

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

Shades of Hemp #A28272

Tints of Hemp #A28272

Color information

#A28272 (or 0xA28272) is unknown color: approx Hemp. HEX triplet: A2, 82 and 72. RGB value is (162,130,114). Sum of RGB (Red+Green+Blue) = 162+130+114=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A28272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28272 is #5D7D8D. Grayscale: #898989. Windows color (decimal): -6126990 or 7504546. OLE color: 7504546.

HSL color Cylindrical-coordinate representation of color #A28272: hue angle of 20º 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 #A28272 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162130114-
CMYK00.200.300.36
HSL20º20.51%54.12%-
HSV(B)20º29.63%63.53%-
XYZ25.9224.8619.35-
YUV137.74114.6145.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=39.90%
G=32.02%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213011400.200.300.362020.5154.12
HexA282720141E24141536
Octal2422021620243644242566
Binary10100010100000101110010010100111101001001010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28272; }

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

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

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

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

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

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

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

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