#A5796E

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

Shades of Hemp #A5796E

Tints of Hemp #A5796E

Color information

#A5796E (or 0xA5796E) is unknown color: approx Hemp. HEX triplet: A5, 79 and 6E. RGB value is (165,121,110). Sum of RGB (Red+Green+Blue) = 165+121+110=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5796E is #5A8691. Grayscale: #848484. Windows color (decimal): -5932690 or 7240101. OLE color: 7240101.

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

Color convert

RGB165121110-
CMYK00.270.330.35
HSL12º23.4%53.92%-
HSV(B)12º33.33%64.71%-
XYZ25.1722.817.83-
YUV132.9115.08150.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=41.67%
G=30.56%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512111000.270.330.351223.453.92
HexA5796E01B2123c1736
Octal2451711560334143142766
Binary1010010111110011101110011011100001100011110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5796E; }

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

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

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

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

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

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

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

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