#A68478

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

Shades of Hemp #A68478

Tints of Hemp #A68478

Color information

#A68478 (or 0xA68478) is unknown color: approx Hemp. HEX triplet: A6, 84 and 78. RGB value is (166,132,120). Sum of RGB (Red+Green+Blue) = 166+132+120=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A68478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68478 is #597B87. Grayscale: #8C8C8C. Windows color (decimal): -5864328 or 7898278. OLE color: 7898278.

HSL color Cylindrical-coordinate representation of color #A68478: hue angle of 15.65º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68478 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB166132120-
CMYK00.200.280.35
HSL15.65º20.54%56.08%-
HSV(B)15.65º27.71%65.1%-
XYZ27.3725.9721.34-
YUV140.8116.26145.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=39.71%
G=31.58%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613212000.200.280.3515.6520.5456.08
HexA684780141C23101538
Octal2462041700243443202570
Binary10100110100001001111000010100111001000111000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68478; }

 p { color: rgb(166,132,120); }

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

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

 a { background-color: rgb(166,132,120); }

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

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

 span { border-color: rgb(166,132,120); }

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