Html Css Color HEX #A0776D Hemp

📋 copy color: '#A0776D'

red 160 ◦ green 119 ◦ blue 109

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

Shades of Hemp #A0776D

Tints of Hemp #A0776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 41.24%
G = 30.67%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0776D (or 0xA0776D) is known color: Hemp. HEX triplet: A0, 77 and 6D. RGB value is (160,119,109). Sum of RGB (Red+Green+Blue) = 160+119+109=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0776D is #5F8892. Grayscale: #828282. Windows color (decimal): -6260883 or 7174048. OLE color: 7174048.

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

Color convert

RGB 160 119 109 -
CMYK 0 0.26 0.32 0.37
HSL 11.76º 0.21% 0.53% -
HSV(B) 11.76º 0.32% 0.63% -
XYZ 23.85 21.77 17.41 -
YUV 130.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 160 119 109 0 0.26 0.32 0.37 11.76 0.21 0.53
Hex A0 77 6D 0 1A 20 25 C 15 35
Octal 240 167 155 0 32 40 45 14 25 65
Binary 10100000 1110111 1101101 0 11010 100000 100101 1100 10101 110101

Color Harmonies of #A0776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0776D

Black with #A0776D

Text Example


Text Example

White with #A0776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0776D; }

 p { color: rgb(160,119,109); }

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

background-color css

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

 a { background-color: rgb(160,119,109); }

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

border-color css

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

 span { border-color: rgb(160,119,109); }

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