#A67B70

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

Shades of Hemp #A67B70

Tints of Hemp #A67B70

Color information

#A67B70 (or 0xA67B70) is unknown color: approx Hemp. HEX triplet: A6, 7B and 70. RGB value is (166,123,112). Sum of RGB (Red+Green+Blue) = 166+123+112=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B70 is #59848F. Grayscale: #868686. Windows color (decimal): -5866640 or 7371686. OLE color: 7371686.

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

Color convert

RGB166123112-
CMYK00.260.330.35
HSL12.22º23.28%54.51%-
HSV(B)12.22º32.53%65.1%-
XYZ25.7323.4418.5-
YUV134.6115.25150.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=41.40%
G=30.67%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612311200.260.330.3512.2223.2854.51
HexA67B7001A2123c1737
Octal2461731600324143142767
Binary1010011011110111110000011010100001100011110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B70; }

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

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

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

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

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

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

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

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