#A67E70

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

Shades of Hemp #A67E70

Tints of Hemp #A67E70

Color information

#A67E70 (or 0xA67E70) is unknown color: approx Hemp. HEX triplet: A6, 7E and 70. RGB value is (166,126,112). Sum of RGB (Red+Green+Blue) = 166+126+112=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E70 is #59818F. Grayscale: #888888. Windows color (decimal): -5865872 or 7372454. OLE color: 7372454.

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

Color convert

RGB166126112-
CMYK00.240.330.35
HSL15.56º23.28%54.51%-
HSV(B)15.56º32.53%65.1%-
XYZ26.1124.218.62-
YUV136.36114.25149.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=41.09%
G=31.19%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612611200.240.330.3515.5623.2854.51
HexA67E700182123101737
Octal2461761600304143202767
Binary10100110111111011100000110001000011000111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E70; }

 p { color: rgb(166,126,112); }

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

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

 a { background-color: rgb(166,126,112); }

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

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

 span { border-color: rgb(166,126,112); }

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