Html Css Color HEX #A0766F Hemp

📋 copy color: '#A0766F'

red 160 ◦ green 118 ◦ blue 111

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

Shades of Hemp #A0766F

Tints of Hemp #A0766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 41.13%
G = 30.33%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0766F (or 0xA0766F) is known color: Hemp. HEX triplet: A0, 76 and 6F. RGB value is (160,118,111). Sum of RGB (Red+Green+Blue) = 160+118+111=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A0766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0766F is #5F8990. Grayscale: #818181. Windows color (decimal): -6261137 or 7304864. OLE color: 7304864.

HSL color Cylindrical-coordinate representation of color #A0766F: hue angle of 8.57º 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 #A0766F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 118 111 -
CMYK 0 0.26 0.31 0.37
HSL 8.57º 0.21% 0.53% -
HSV(B) 8.57º 0.31% 0.63% -
XYZ 23.84 21.58 17.95 -
YUV 129.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 160 118 111 0 0.26 0.31 0.37 8.57 0.21 0.53
Hex A0 76 6F 0 1A 1F 25 9 15 35
Octal 240 166 157 0 32 37 45 11 25 65
Binary 10100000 1110110 1101111 0 11010 11111 100101 1001 10101 110101

Color Harmonies of #A0766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0766F

Black with #A0766F

Text Example


Text Example

White with #A0766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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