Html Css Color HEX #A0766E Hemp

📋 copy color: '#A0766E'

red 160 ◦ green 118 ◦ blue 110

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

Shades of Hemp #A0766E

Tints of Hemp #A0766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 41.24%
G = 30.41%
B = 28.35%

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

#A0766E (or 0xA0766E) is known color: Hemp. HEX triplet: A0, 76 and 6E. RGB value is (160,118,110). Sum of RGB (Red+Green+Blue) = 160+118+110=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0766E is #5F8991. Grayscale: #818181. Windows color (decimal): -6261138 or 7239328. OLE color: 7239328.

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

Color convert

RGB 160 118 110 -
CMYK 0 0.26 0.31 0.37
HSL 9.6º 0.21% 0.53% -
HSV(B) 9.6º 0.31% 0.63% -
XYZ 23.79 21.56 17.66 -
YUV 129.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 160 118 110 0 0.26 0.31 0.37 9.6 0.21 0.53
Hex A0 76 6E 0 1A 1F 25 A 15 35
Octal 240 166 156 0 32 37 45 12 25 65
Binary 10100000 1110110 1101110 0 11010 11111 100101 1010 10101 110101

Color Harmonies of #A0766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0766E

Black with #A0766E

Text Example


Text Example

White with #A0766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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