#A08172

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

Shades of Hemp #A08172

Tints of Hemp #A08172

Color information

#A08172 (or 0xA08172) is unknown color: approx Hemp. HEX triplet: A0, 81 and 72. RGB value is (160,129,114). Sum of RGB (Red+Green+Blue) = 160+129+114=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A08172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08172 is #5F7E8D. Grayscale: #888888. Windows color (decimal): -6258318 or 7504288. OLE color: 7504288.

HSL color Cylindrical-coordinate representation of color #A08172: hue angle of 19.57º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08172 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160129114-
CMYK00.190.290.37
HSL19.57º19.49%53.73%-
HSV(B)19.57º28.75%62.75%-
XYZ25.3824.3919.29-
YUV136.56115.27144.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=39.70%
G=32.01%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012911400.190.290.3719.5719.4953.73
HexA081720131D25141336
Octal2402011620233545242366
Binary10100000100000011110010010011111011001011010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08172; }

 p { color: rgb(160,129,114); }

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

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

 a { background-color: rgb(160,129,114); }

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

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

 span { border-color: rgb(160,129,114); }

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