#A5796B

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

Shades of Hemp #A5796B

Tints of Hemp #A5796B

Color information

#A5796B (or 0xA5796B) is unknown color: approx Hemp. HEX triplet: A5, 79 and 6B. RGB value is (165,121,107). Sum of RGB (Red+Green+Blue) = 165+121+107=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5796B is #5A8694. Grayscale: #848484. Windows color (decimal): -5932693 or 7043493. OLE color: 7043493.

HSL color Cylindrical-coordinate representation of color #A5796B: hue angle of 14.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5796B is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165121107-
CMYK00.270.350.35
HSL14.48º24.37%53.33%-
HSV(B)14.48º35.15%64.71%-
XYZ25.0122.7416.98-
YUV132.56113.58151.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=41.98%
G=30.79%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512110700.270.350.3514.4824.3753.33
HexA5796B01B2323e1835
Octal2451711530334343163065
Binary1010010111110011101011011011100011100011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5796B; }

 p { color: rgb(165,121,107); }

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

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

 a { background-color: rgb(165,121,107); }

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

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

 span { border-color: rgb(165,121,107); }

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