#A47A6C

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

Shades of Hemp #A47A6C

Tints of Hemp #A47A6C

Color information

#A47A6C (or 0xA47A6C) is unknown color: approx Hemp. HEX triplet: A4, 7A and 6C. RGB value is (164,122,108). Sum of RGB (Red+Green+Blue) = 164+122+108=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A6C is #5B8593. Grayscale: #858585. Windows color (decimal): -5997972 or 7109284. OLE color: 7109284.

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

Color convert

RGB164122108-
CMYK00.260.340.36
HSL15º23.53%53.33%-
HSV(B)15º34.15%64.31%-
XYZ24.9822.8917.29-
YUV132.96113.91150.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=41.62%
G=30.96%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412210800.260.340.361523.5353.33
HexA47A6C01A2224f1835
Octal2441721540324244173065
Binary1010010011110101101100011010100010100100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A6C; }

 p { color: rgb(164,122,108); }

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

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

 a { background-color: rgb(164,122,108); }

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

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

 span { border-color: rgb(164,122,108); }

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