#A38072

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

Shades of Hemp #A38072

Tints of Hemp #A38072

Color information

#A38072 (or 0xA38072) is unknown color: approx Hemp. HEX triplet: A3, 80 and 72. RGB value is (163,128,114). Sum of RGB (Red+Green+Blue) = 163+128+114=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A38072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38072 is #5C7F8D. Grayscale: #888888. Windows color (decimal): -6061966 or 7504035. OLE color: 7504035.

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

Color convert

RGB163128114-
CMYK00.210.300.36
HSL17.14º21.03%54.31%-
HSV(B)17.14º30.06%63.92%-
XYZ25.8624.4419.27-
YUV136.87115.1146.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=40.25%
G=31.60%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312811400.210.300.3617.1421.0354.31
HexA380720151E24111536
Octal2432001620253644212566
Binary10100011100000001110010010101111101001001000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38072; }

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

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

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

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

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

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

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

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