#A47A6D

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

Shades of Hemp #A47A6D

Tints of Hemp #A47A6D

Color information

#A47A6D (or 0xA47A6D) is unknown color: approx Hemp. HEX triplet: A4, 7A and 6D. RGB value is (164,122,109). Sum of RGB (Red+Green+Blue) = 164+122+109=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A6D is #5B8592. Grayscale: #858585. Windows color (decimal): -5997971 or 7174820. OLE color: 7174820.

HSL color Cylindrical-coordinate representation of color #A47A6D: hue angle of 14.18º 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 #A47A6D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164122109-
CMYK00.260.340.36
HSL14.18º23.21%53.53%-
HSV(B)14.18º33.54%64.31%-
XYZ25.0322.9217.57-
YUV133.08114.41150.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=41.52%
G=30.89%
B=27.59%

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
Decimal16412210900.260.340.3614.1823.2153.53
HexA47A6D01A2224e1736
Octal2441721550324244162766
Binary1010010011110101101101011010100010100100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A6D; }

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

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

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

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

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

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

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

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