#A47B6D

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

Shades of Hemp #A47B6D

Tints of Hemp #A47B6D

Color information

#A47B6D (or 0xA47B6D) is unknown color: approx Hemp. HEX triplet: A4, 7B and 6D. RGB value is (164,123,109). Sum of RGB (Red+Green+Blue) = 164+123+109=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B6D is #5B8492. Grayscale: #858585. Windows color (decimal): -5997715 or 7175076. OLE color: 7175076.

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

Color convert

RGB164123109-
CMYK00.250.340.36
HSL15.27º23.21%53.53%-
HSV(B)15.27º33.54%64.31%-
XYZ25.1523.1617.61-
YUV133.66114.08149.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=41.41%
G=31.06%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412310900.250.340.3615.2723.2153.53
HexA47B6D0192224f1736
Octal2441731550314244172766
Binary1010010011110111101101011001100010100100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B6D; }

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

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

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

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

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

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

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

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