#A07B74

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

Shades of Hemp #A07B74

Tints of Hemp #A07B74

Color information

#A07B74 (or 0xA07B74) is unknown color: approx Hemp. HEX triplet: A0, 7B and 74. RGB value is (160,123,116). Sum of RGB (Red+Green+Blue) = 160+123+116=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B74 is #5F848B. Grayscale: #858585. Windows color (decimal): -6259852 or 7633824. OLE color: 7633824.

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

Color convert

RGB160123116-
CMYK00.230.280.37
HSL9.55º18.8%54.12%-
HSV(B)9.55º27.5%62.75%-
XYZ24.7322.919.64-
YUV133.26118.26147.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=40.10%
G=30.83%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012311600.230.280.379.5518.854.12
HexA07B740171C25a1336
Octal2401731640273445122366
Binary101000001111011111010001011111100100101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B74; }

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

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

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

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

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

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

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

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