#A47B70

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

Shades of Hemp #A47B70

Tints of Hemp #A47B70

Color information

#A47B70 (or 0xA47B70) is unknown color: approx Hemp. HEX triplet: A4, 7B and 70. RGB value is (164,123,112). Sum of RGB (Red+Green+Blue) = 164+123+112=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B70 is #5B848F. Grayscale: #868686. Windows color (decimal): -5997712 or 7371684. OLE color: 7371684.

HSL color Cylindrical-coordinate representation of color #A47B70: hue angle of 12.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47B70 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164123112-
CMYK00.250.320.36
HSL12.69º22.22%54.12%-
HSV(B)12.69º31.71%64.31%-
XYZ25.3223.2318.48-
YUV134115.58149.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=41.10%
G=30.83%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412311200.250.320.3612.6922.2254.12
HexA47B700192024d1636
Octal2441731600314044152666
Binary1010010011110111110000011001100000100100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B70; }

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

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

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

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

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

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

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

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