#A68273

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

Shades of Hemp #A68273

Tints of Hemp #A68273

Color information

#A68273 (or 0xA68273) is unknown color: approx Hemp. HEX triplet: A6, 82 and 73. RGB value is (166,130,115). Sum of RGB (Red+Green+Blue) = 166+130+115=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A68273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68273 is #597D8C. Grayscale: #8B8B8B. Windows color (decimal): -5864845 or 7570086. OLE color: 7570086.

HSL color Cylindrical-coordinate representation of color #A68273: hue angle of 17.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68273 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166130115-
CMYK00.220.310.35
HSL17.65º22.27%55.1%-
HSV(B)17.65º30.72%65.1%-
XYZ26.825.3119.69-
YUV139.05114.43147.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=40.39%
G=31.63%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613011500.220.310.3517.6522.2755.1
HexA682730161F23121637
Octal2462021630263743222667
Binary10100110100000101110011010110111111000111001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68273; }

 p { color: rgb(166,130,115); }

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

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

 a { background-color: rgb(166,130,115); }

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

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

 span { border-color: rgb(166,130,115); }

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