Html Css Color HEX #A0796F Hemp

📋 copy color: '#A0796F'

red 160 ◦ green 121 ◦ blue 111

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

Shades of Hemp #A0796F

Tints of Hemp #A0796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 40.82%
G = 30.87%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0796F (or 0xA0796F) is known color: Hemp. HEX triplet: A0, 79 and 6F. RGB value is (160,121,111). Sum of RGB (Red+Green+Blue) = 160+121+111=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A0796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0796F is #5F8690. Grayscale: #838383. Windows color (decimal): -6260369 or 7305632. OLE color: 7305632.

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

Color convert

RGB 160 121 111 -
CMYK 0 0.24 0.31 0.37
HSL 12.24º 0.21% 0.53% -
HSV(B) 12.24º 0.31% 0.63% -
XYZ 24.2 22.3 18.07 -
YUV 131.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 160 121 111 0 0.24 0.31 0.37 12.24 0.21 0.53
Hex A0 79 6F 0 18 1F 25 C 15 35
Octal 240 171 157 0 30 37 45 14 25 65
Binary 10100000 1111001 1101111 0 11000 11111 100101 1100 10101 110101

Color Harmonies of #A0796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0796F

Black with #A0796F

Text Example


Text Example

White with #A0796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0796F; }

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

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

background-color css

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

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

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

border-color css

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

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

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