#A67F70

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

Shades of Hemp #A67F70

Tints of Hemp #A67F70

Color information

#A67F70 (or 0xA67F70) is unknown color: approx Hemp. HEX triplet: A6, 7F and 70. RGB value is (166,127,112). Sum of RGB (Red+Green+Blue) = 166+127+112=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F70 is #59808F. Grayscale: #898989. Windows color (decimal): -5865616 or 7372710. OLE color: 7372710.

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

Color convert

RGB166127112-
CMYK00.230.330.35
HSL16.67º23.28%54.51%-
HSV(B)16.67º32.53%65.1%-
XYZ26.2424.4618.67-
YUV136.95113.92148.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=40.99%
G=31.36%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612711200.230.330.3516.6723.2854.51
HexA67F700172123111737
Octal2461771600274143212767
Binary10100110111111111100000101111000011000111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F70; }

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

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

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

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

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

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

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

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