#A47E6E

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

Shades of Hemp #A47E6E

Tints of Hemp #A47E6E

Color information

#A47E6E (or 0xA47E6E) is unknown color: approx Hemp. HEX triplet: A4, 7E and 6E. RGB value is (164,126,110). Sum of RGB (Red+Green+Blue) = 164+126+110=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E6E is #5B8191. Grayscale: #878787. Windows color (decimal): -5996946 or 7241380. OLE color: 7241380.

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

Color convert

RGB164126110-
CMYK00.230.330.36
HSL17.78º22.88%53.73%-
HSV(B)17.78º32.93%64.31%-
XYZ25.5923.9418.02-
YUV135.54113.59148.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=41%
G=31.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412611000.230.330.3617.7822.8853.73
HexA47E6E0172124121736
Octal2441761560274144222766
Binary10100100111111011011100101111000011001001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E6E; }

 p { color: rgb(164,126,110); }

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

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

 a { background-color: rgb(164,126,110); }

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

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

 span { border-color: rgb(164,126,110); }

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