#A48178

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

Shades of Hemp #A48178

Tints of Hemp #A48178

Color information

#A48178 (or 0xA48178) is unknown color: approx Hemp. HEX triplet: A4, 81 and 78. RGB value is (164,129,120). Sum of RGB (Red+Green+Blue) = 164+129+120=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48178 is #5B7E87. Grayscale: #8A8A8A. Windows color (decimal): -5996168 or 7897508. OLE color: 7897508.

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

Color convert

RGB164129120-
CMYK00.210.270.36
HSL12.27º19.47%55.69%-
HSV(B)12.27º26.83%64.31%-
XYZ26.5524.9521.19-
YUV138.44117.6146.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=39.71%
G=31.23%
B=29.06%

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
Decimal16412912000.210.270.3612.2719.4755.69
HexA481780151B24c1338
Octal2442011700253344142370
Binary1010010010000001111100001010111011100100110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48178; }

 p { color: rgb(164,129,120); }

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

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

 a { background-color: rgb(164,129,120); }

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

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

 span { border-color: rgb(164,129,120); }

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