#A88072

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

Shades of Hemp #A88072

Tints of Hemp #A88072

Color information

#A88072 (or 0xA88072) is unknown color: approx Hemp. HEX triplet: A8, 80 and 72. RGB value is (168,128,114). Sum of RGB (Red+Green+Blue) = 168+128+114=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A88072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88072 is #577F8D. Grayscale: #8A8A8A. Windows color (decimal): -5734286 or 7504040. OLE color: 7504040.

HSL color Cylindrical-coordinate representation of color #A88072: hue angle of 15.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88072 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB168128114-
CMYK00.240.320.34
HSL15.56º23.68%55.29%-
HSV(B)15.56º32.14%65.88%-
XYZ26.924.9819.32-
YUV138.36114.25149.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=40.98%
G=31.22%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812811400.240.320.3415.5623.6855.29
HexA880720182022101837
Octal2502001620304042203067
Binary101010001000000011100100110001000001000101000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88072; }

 p { color: rgb(168,128,114); }

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

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

 a { background-color: rgb(168,128,114); }

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

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

 span { border-color: rgb(168,128,114); }

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