Html Css Color HEX #A07770 Hemp

📋 copy color: '#A07770'

red 160 ◦ green 119 ◦ blue 112

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

Shades of Hemp #A07770

Tints of Hemp #A07770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 40.92%
G = 30.43%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A07770 (or 0xA07770) is known color: Hemp. HEX triplet: A0, 77 and 70. RGB value is (160,119,112). Sum of RGB (Red+Green+Blue) = 160+119+112=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07770 is #5F888F. Grayscale: #828282. Windows color (decimal): -6260880 or 7370656. OLE color: 7370656.

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

Color convert

RGB 160 119 112 -
CMYK 0 0.26 0.30 0.37
HSL 8.75º 0.2% 0.53% -
HSV(B) 8.75º 0.3% 0.63% -
XYZ 24.02 21.84 18.28 -
YUV 130.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 160 119 112 0 0.26 0.30 0.37 8.75 0.2 0.53
Hex A0 77 70 0 1A 1E 25 9 14 35
Octal 240 167 160 0 32 36 45 11 24 65
Binary 10100000 1110111 1110000 0 11010 11110 100101 1001 10100 110101

Color Harmonies of #A07770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07770

Black with #A07770

Text Example


Text Example

White with #A07770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07770; }

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

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

background-color css

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

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

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

border-color css

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

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

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