#A47B72

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

Shades of Hemp #A47B72

Tints of Hemp #A47B72

Color information

#A47B72 (or 0xA47B72) is unknown color: approx Hemp. HEX triplet: A4, 7B and 72. RGB value is (164,123,114). Sum of RGB (Red+Green+Blue) = 164+123+114=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B72 is #5B848D. Grayscale: #868686. Windows color (decimal): -5997710 or 7502756. OLE color: 7502756.

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

Color convert

RGB164123114-
CMYK00.250.300.36
HSL10.8º21.55%54.51%-
HSV(B)10.8º30.49%64.31%-
XYZ25.4323.2719.07-
YUV134.23116.58149.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=40.90%
G=30.67%
B=28.43%

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
Decimal16412311400.250.300.3610.821.5554.51
HexA47B720191E24b1637
Octal2441731620313644132667
Binary101001001111011111001001100111110100100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B72; }

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

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

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

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

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

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

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

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