#A38177

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

Shades of Hemp #A38177

Tints of Hemp #A38177

Color information

#A38177 (or 0xA38177) is unknown color: approx Hemp. HEX triplet: A3, 81 and 77. RGB value is (163,129,119). Sum of RGB (Red+Green+Blue) = 163+129+119=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38177 is #5C7E88. Grayscale: #8A8A8A. Windows color (decimal): -6061705 or 7831971. OLE color: 7831971.

HSL color Cylindrical-coordinate representation of color #A38177: hue angle of 13.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38177 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB163129119-
CMYK00.210.270.36
HSL13.64º19.3%55.29%-
HSV(B)13.64º26.99%63.92%-
XYZ26.2824.8220.86-
YUV138.03117.26145.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=39.66%
G=31.39%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312911900.210.270.3613.6419.355.29
HexA381770151B24e1337
Octal2432011670253344162367
Binary1010001110000001111011101010111011100100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38177; }

 p { color: rgb(163,129,119); }

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

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

 a { background-color: rgb(163,129,119); }

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

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

 span { border-color: rgb(163,129,119); }

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