#A5847A

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

Shades of Hemp #A5847A

Tints of Hemp #A5847A

Color information

#A5847A (or 0xA5847A) is unknown color: approx Hemp. HEX triplet: A5, 84 and 7A. RGB value is (165,132,122). Sum of RGB (Red+Green+Blue) = 165+132+122=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5847A is #5A7B85. Grayscale: #8C8C8C. Windows color (decimal): -5929862 or 8029349. OLE color: 8029349.

HSL color Cylindrical-coordinate representation of color #A5847A: hue angle of 13.95º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5847A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB165132122-
CMYK00.200.260.35
HSL13.95º19.28%56.27%-
HSV(B)13.95º26.06%64.71%-
XYZ27.2825.9121.98-
YUV140.73117.43145.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=39.38%
G=31.50%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513212200.200.260.3513.9519.2856.27
HexA5847A0141A23e1338
Octal2452041720243243162370
Binary1010010110000100111101001010011010100011111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5847A; }

 p { color: rgb(165,132,122); }

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

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

 a { background-color: rgb(165,132,122); }

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

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

 span { border-color: rgb(165,132,122); }

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