#A68272

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

Shades of Hemp #A68272

Tints of Hemp #A68272

Color information

#A68272 (or 0xA68272) is unknown color: approx Hemp. HEX triplet: A6, 82 and 72. RGB value is (166,130,114). Sum of RGB (Red+Green+Blue) = 166+130+114=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68272 is #597D8D. Grayscale: #8B8B8B. Windows color (decimal): -5864846 or 7504550. OLE color: 7504550.

HSL color Cylindrical-coordinate representation of color #A68272: hue angle of 18.46º degrees, saturation: 0.23, 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 #A68272 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166130114-
CMYK00.220.310.35
HSL18.46º22.61%54.9%-
HSV(B)18.46º31.33%65.1%-
XYZ26.7525.2919.39-
YUV138.94113.93147.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=40.49%
G=31.71%
B=27.80%

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
Decimal16613011400.220.310.3518.4622.6154.9
HexA682720161F23121737
Octal2462021620263743222767
Binary10100110100000101110010010110111111000111001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68272; }

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

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

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

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

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

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

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

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