#A28278

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

Shades of Hemp #A28278

Tints of Hemp #A28278

Color information

#A28278 (or 0xA28278) is unknown color: approx Hemp. HEX triplet: A2, 82 and 78. RGB value is (162,130,120). Sum of RGB (Red+Green+Blue) = 162+130+120=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28278 is #5D7D87. Grayscale: #8A8A8A. Windows color (decimal): -6126984 or 7897762. OLE color: 7897762.

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

Color convert

RGB162130120-
CMYK00.200.260.36
HSL14.29º18.42%55.29%-
HSV(B)14.29º25.93%63.53%-
XYZ26.272521.21-
YUV138.43117.6144.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=39.32%
G=31.55%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213012000.200.260.3614.2918.4255.29
HexA282780141A24e1237
Octal2422021700243244162267
Binary1010001010000010111100001010011010100100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28278; }

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

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

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

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

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

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

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

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