#A28072

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

Shades of Hemp #A28072

Tints of Hemp #A28072

Color information

#A28072 (or 0xA28072) is unknown color: approx Hemp. HEX triplet: A2, 80 and 72. RGB value is (162,128,114). Sum of RGB (Red+Green+Blue) = 162+128+114=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A28072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28072 is #5D7F8D. Grayscale: #888888. Windows color (decimal): -6127502 or 7504034. OLE color: 7504034.

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

Color convert

RGB162128114-
CMYK00.210.300.36
HSL17.5º20.51%54.12%-
HSV(B)17.5º29.63%63.53%-
XYZ25.6624.3319.26-
YUV136.57115.26146.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=40.10%
G=31.68%
B=28.22%

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
Decimal16212811400.210.300.3617.520.5154.12
HexA280720151E24121536
Octal2422001620253644222566
Binary10100010100000001110010010101111101001001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28072; }

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

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

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

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

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

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

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

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