#A07772

Color #A07772 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A07772

Tints of Hemp #A07772

Color information

#A07772 (or 0xA07772) is unknown color: approx Hemp. HEX triplet: A0, 77 and 72. RGB value is (160,119,114). Sum of RGB (Red+Green+Blue) = 160+119+114=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07772 is #5F888D. Grayscale: #828282. Windows color (decimal): -6260878 or 7501728. OLE color: 7501728.

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

Color convert

RGB160119114-
CMYK00.260.290.37
HSL6.52º19.49%53.73%-
HSV(B)6.52º28.75%62.75%-
XYZ24.1321.8818.87-
YUV130.69118.58148.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=40.71%
G=30.28%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011911400.260.290.376.5219.4953.73
HexA0777201A1D2571336
Octal240167162032354572366
Binary10100000111011111100100110101110110010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07772; }

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

 H1.HeaderClassName
 {
   color: #A07772;
 }
 .AnyTagClassName
 {
   color: #A07772;
 }
</style>
background-color css

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

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

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

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

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

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