#A47E75

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

Shades of Hemp #A47E75

Tints of Hemp #A47E75

Color information

#A47E75 (or 0xA47E75) is unknown color: approx Hemp. HEX triplet: A4, 7E and 75. RGB value is (164,126,117). Sum of RGB (Red+Green+Blue) = 164+126+117=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E75 is #5B818A. Grayscale: #888888. Windows color (decimal): -5996939 or 7700132. OLE color: 7700132.

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

Color convert

RGB164126117-
CMYK00.230.290.36
HSL11.49º20.52%55.1%-
HSV(B)11.49º28.66%64.31%-
XYZ25.9824.120.11-
YUV136.34117.09147.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=40.29%
G=30.96%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412611700.230.290.3611.4920.5255.1
HexA47E750171D24b1537
Octal2441761650273544132567
Binary101001001111110111010101011111101100100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E75; }

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

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

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

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

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

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

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

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