#A47F70

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

Shades of Hemp #A47F70

Tints of Hemp #A47F70

Color information

#A47F70 (or 0xA47F70) is unknown color: approx Hemp. HEX triplet: A4, 7F and 70. RGB value is (164,127,112). Sum of RGB (Red+Green+Blue) = 164+127+112=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F70 is #5B808F. Grayscale: #888888. Windows color (decimal): -5996688 or 7372708. OLE color: 7372708.

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

Color convert

RGB164127112-
CMYK00.230.320.36
HSL17.31º22.22%54.12%-
HSV(B)17.31º31.71%64.31%-
XYZ25.8224.2418.65-
YUV136.35114.26147.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=40.69%
G=31.51%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412711200.230.320.3617.3122.2254.12
HexA47F700172024111636
Octal2441771600274044212666
Binary10100100111111111100000101111000001001001000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F70; }

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

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

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

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

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

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

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

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