Html Css Color HEX #A0776B Hemp

📋 copy color: '#A0776B'

red 160 ◦ green 119 ◦ blue 107

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

Shades of Hemp #A0776B

Tints of Hemp #A0776B

RGB

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

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

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

R = 41.45%
G = 30.83%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0776B (or 0xA0776B) is known color: Hemp. HEX triplet: A0, 77 and 6B. RGB value is (160,119,107). Sum of RGB (Red+Green+Blue) = 160+119+107=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0776B is #5F8894. Grayscale: #818181. Windows color (decimal): -6260885 or 7042976. OLE color: 7042976.

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

Color convert

RGB 160 119 107 -
CMYK 0 0.26 0.33 0.37
HSL 13.58º 0.22% 0.52% -
HSV(B) 13.58º 0.33% 0.63% -
XYZ 23.75 21.73 16.85 -
YUV 129.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 160 119 107 0 0.26 0.33 0.37 13.58 0.22 0.52
Hex A0 77 6B 0 1A 21 25 E 16 34
Octal 240 167 153 0 32 41 45 16 26 64
Binary 10100000 1110111 1101011 0 11010 100001 100101 1110 10110 110100

Color Harmonies of #A0776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0776B

Black with #A0776B

Text Example


Text Example

White with #A0776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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