#A07B75

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

Shades of Hemp #A07B75

Tints of Hemp #A07B75

Color information

#A07B75 (or 0xA07B75) is unknown color: approx Hemp. HEX triplet: A0, 7B and 75. RGB value is (160,123,117). Sum of RGB (Red+Green+Blue) = 160+123+117=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B75 is #5F848A. Grayscale: #858585. Windows color (decimal): -6259851 or 7699360. OLE color: 7699360.

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

Color convert

RGB160123117-
CMYK00.230.270.37
HSL8.37º18.45%54.31%-
HSV(B)8.37º26.88%62.75%-
XYZ24.7922.9219.95-
YUV133.38118.76146.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=40%
G=30.75%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012311700.230.270.378.3718.4554.31
HexA07B750171B2581236
Octal2401731650273345102266
Binary101000001111011111010101011111011100101100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B75; }

 p { color: rgb(160,123,117); }

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

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

 a { background-color: rgb(160,123,117); }

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

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

 span { border-color: rgb(160,123,117); }

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