#A28171

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

Shades of Hemp #A28171

Tints of Hemp #A28171

Color information

#A28171 (or 0xA28171) is unknown color: approx Hemp. HEX triplet: A2, 81 and 71. RGB value is (162,129,113). Sum of RGB (Red+Green+Blue) = 162+129+113=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A28171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28171 is #5D7E8E. Grayscale: #898989. Windows color (decimal): -6127247 or 7438754. OLE color: 7438754.

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

Color convert

RGB162129113-
CMYK00.200.300.36
HSL19.59º20.85%53.92%-
HSV(B)19.59º30.25%63.53%-
XYZ25.7324.5719.01-
YUV137.04114.43145.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=40.10%
G=31.93%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212911300.200.300.3619.5920.8553.92
HexA281710141E24141536
Octal2422011610243644242566
Binary10100010100000011110001010100111101001001010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28171; }

 p { color: rgb(162,129,113); }

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

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

 a { background-color: rgb(162,129,113); }

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

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

 span { border-color: rgb(162,129,113); }

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