#A5796D

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

Shades of Hemp #A5796D

Tints of Hemp #A5796D

Color information

#A5796D (or 0xA5796D) is unknown color: approx Hemp. HEX triplet: A5, 79 and 6D. RGB value is (165,121,109). Sum of RGB (Red+Green+Blue) = 165+121+109=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5796D is #5A8692. Grayscale: #848484. Windows color (decimal): -5932691 or 7174565. OLE color: 7174565.

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

Color convert

RGB165121109-
CMYK00.270.340.35
HSL12.86º23.73%53.73%-
HSV(B)12.86º33.94%64.71%-
XYZ25.1122.7817.54-
YUV132.79114.58150.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=41.77%
G=30.63%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512110900.270.340.3512.8623.7353.73
HexA5796D01B2223d1836
Octal2451711550334243153066
Binary1010010111110011101101011011100010100011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5796D; }

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

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

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

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

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

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

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

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