#A48073

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

Shades of Hemp #A48073

Tints of Hemp #A48073

Color information

#A48073 (or 0xA48073) is unknown color: approx Hemp. HEX triplet: A4, 80 and 73. RGB value is (164,128,115). Sum of RGB (Red+Green+Blue) = 164+128+115=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A48073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48073 is #5B7F8C. Grayscale: #898989. Windows color (decimal): -5996429 or 7569572. OLE color: 7569572.

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

Color convert

RGB164128115-
CMYK00.220.300.36
HSL15.92º21.21%54.71%-
HSV(B)15.92º29.88%64.31%-
XYZ26.1224.5719.59-
YUV137.28115.43147.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=40.29%
G=31.45%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811500.220.300.3615.9221.2154.71
HexA480730161E24101537
Octal2442001630263644202567
Binary10100100100000001110011010110111101001001000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48073; }

 p { color: rgb(164,128,115); }

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

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

 a { background-color: rgb(164,128,115); }

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

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

 span { border-color: rgb(164,128,115); }

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