#A28075

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

Shades of Hemp #A28075

Tints of Hemp #A28075

Color information

#A28075 (or 0xA28075) is unknown color: approx Hemp. HEX triplet: A2, 80 and 75. RGB value is (162,128,117). Sum of RGB (Red+Green+Blue) = 162+128+117=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A28075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28075 is #5D7F8A. Grayscale: #888888. Windows color (decimal): -6127499 or 7700642. OLE color: 7700642.

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

Color convert

RGB162128117-
CMYK00.210.280.36
HSL14.67º19.48%54.71%-
HSV(B)14.67º27.78%63.53%-
XYZ25.8324.420.18-
YUV136.91116.76145.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=39.80%
G=31.45%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212811700.210.280.3614.6719.4854.71
HexA280750151C24f1337
Octal2422001650253444172367
Binary1010001010000000111010101010111100100100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28075; }

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

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

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

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

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

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

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

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