Html Css Color HEX #A0796B Hemp

📋 copy color: '#A0796B'

red 160 ◦ green 121 ◦ blue 107

#A0796B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #A0796B

Tints of Hemp #A0796B

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 41.24%
G = 31.19%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0796B (or 0xA0796B) is known color: Hemp. HEX triplet: A0, 79 and 6B. RGB value is (160,121,107). Sum of RGB (Red+Green+Blue) = 160+121+107=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0796B is #5F8694. Grayscale: #838383. Windows color (decimal): -6260373 or 7043488. OLE color: 7043488.

HSL color Cylindrical-coordinate representation of color #A0796B: hue angle of 15.85º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0796B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 107 -
CMYK 0 0.24 0.33 0.37
HSL 15.85º 0.22% 0.52% -
HSV(B) 15.85º 0.33% 0.63% -
XYZ 23.99 22.21 16.93 -
YUV 131.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 160 121 107 0 0.24 0.33 0.37 15.85 0.22 0.52
Hex A0 79 6B 0 18 21 25 10 16 34
Octal 240 171 153 0 30 41 45 20 26 64
Binary 10100000 1111001 1101011 0 11000 100001 100101 10000 10110 110100

Color Harmonies of #A0796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0796B

Black with #A0796B

Text Example


Text Example

White with #A0796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0796B; }

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

 H1.HeaderClassName
 {
   color: #A0796B;
 }
 .AnyTagClassName
 {
   color: #A0796B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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