#A38272

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

Shades of Hemp #A38272

Tints of Hemp #A38272

Color information

#A38272 (or 0xA38272) is unknown color: approx Hemp. HEX triplet: A3, 82 and 72. RGB value is (163,130,114). Sum of RGB (Red+Green+Blue) = 163+130+114=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A38272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38272 is #5C7D8D. Grayscale: #8A8A8A. Windows color (decimal): -6061454 or 7504547. OLE color: 7504547.

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

Color convert

RGB163130114-
CMYK00.200.300.36
HSL19.59º21.03%54.31%-
HSV(B)19.59º30.06%63.92%-
XYZ26.1224.9719.36-
YUV138.04114.43145.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=40.05%
G=31.94%
B=28.01%

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
Decimal16313011400.200.300.3619.5921.0354.31
HexA382720141E24141536
Octal2432021620243644242566
Binary10100011100000101110010010100111101001001010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38272; }

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

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

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

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

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

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

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

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