#A28478

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

Shades of Hemp #A28478

Tints of Hemp #A28478

Color information

#A28478 (or 0xA28478) is unknown color: approx Hemp. HEX triplet: A2, 84 and 78. RGB value is (162,132,120). Sum of RGB (Red+Green+Blue) = 162+132+120=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28478 is #5D7B87. Grayscale: #8B8B8B. Windows color (decimal): -6126472 or 7898274. OLE color: 7898274.

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

Color convert

RGB162132120-
CMYK00.190.260.36
HSL17.14º18.42%55.29%-
HSV(B)17.14º25.93%63.53%-
XYZ26.5425.5421.3-
YUV139.6116.94143.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=39.13%
G=31.88%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213212000.190.260.3617.1418.4255.29
HexA284780131A24111237
Octal2422041700233244212267
Binary10100010100001001111000010011110101001001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28478; }

 p { color: rgb(162,132,120); }

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

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

 a { background-color: rgb(162,132,120); }

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

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

 span { border-color: rgb(162,132,120); }

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