#A28379

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

Shades of Hemp #A28379

Tints of Hemp #A28379

Color information

#A28379 (or 0xA28379) is unknown color: approx Hemp. HEX triplet: A2, 83 and 79. RGB value is (162,131,121). Sum of RGB (Red+Green+Blue) = 162+131+121=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28379 is #5D7C86. Grayscale: #8B8B8B. Windows color (decimal): -6126727 or 7963554. OLE color: 7963554.

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

Color convert

RGB162131121-
CMYK00.190.250.36
HSL14.63º18.06%55.49%-
HSV(B)14.63º25.31%63.53%-
XYZ26.4725.2921.58-
YUV139.13117.77144.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=39.13%
G=31.64%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213112100.190.250.3614.6318.0655.49
HexA283790131924f1237
Octal2422031710233144172267
Binary1010001010000011111100101001111001100100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28379; }

 p { color: rgb(162,131,121); }

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

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

 a { background-color: rgb(162,131,121); }

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

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

 span { border-color: rgb(162,131,121); }

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