#A5837A

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

Shades of Hemp #A5837A

Tints of Hemp #A5837A

Color information

#A5837A (or 0xA5837A) is unknown color: approx Hemp. HEX triplet: A5, 83 and 7A. RGB value is (165,131,122). Sum of RGB (Red+Green+Blue) = 165+131+122=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5837A is #5A7C85. Grayscale: #8C8C8C. Windows color (decimal): -5930118 or 8029093. OLE color: 8029093.

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

Color convert

RGB165131122-
CMYK00.210.260.35
HSL12.56º19.28%56.27%-
HSV(B)12.56º26.06%64.71%-
XYZ27.1525.6421.93-
YUV140.14117.76145.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=39.47%
G=31.34%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513112200.210.260.3512.5619.2856.27
HexA5837A0151A23d1338
Octal2452031720253243152370
Binary1010010110000011111101001010111010100011110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5837A; }

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

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

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

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

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

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

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

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