#A47B73

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

Shades of Hemp #A47B73

Tints of Hemp #A47B73

Color information

#A47B73 (or 0xA47B73) is unknown color: approx Hemp. HEX triplet: A4, 7B and 73. RGB value is (164,123,115). Sum of RGB (Red+Green+Blue) = 164+123+115=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B73 is #5B848C. Grayscale: #868686. Windows color (decimal): -5997709 or 7568292. OLE color: 7568292.

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

Color convert

RGB164123115-
CMYK00.250.300.36
HSL9.8º21.21%54.71%-
HSV(B)9.8º29.88%64.31%-
XYZ25.4923.319.37-
YUV134.35117.08149.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=40.80%
G=30.60%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412311500.250.300.369.821.2154.71
HexA47B730191E24a1537
Octal2441731630313644122567
Binary101001001111011111001101100111110100100101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B73; }

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

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

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

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

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

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

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

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