#A67B6D

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

Shades of Hemp #A67B6D

Tints of Hemp #A67B6D

Color information

#A67B6D (or 0xA67B6D) is unknown color: approx Hemp. HEX triplet: A6, 7B and 6D. RGB value is (166,123,109). Sum of RGB (Red+Green+Blue) = 166+123+109=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B6D is #598492. Grayscale: #868686. Windows color (decimal): -5866643 or 7175078. OLE color: 7175078.

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

Color convert

RGB166123109-
CMYK00.260.340.35
HSL14.74º24.26%53.92%-
HSV(B)14.74º34.34%65.1%-
XYZ25.5723.3817.63-
YUV134.26113.75150.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=41.71%
G=30.90%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612310900.260.340.3514.7424.2653.92
HexA67B6D01A2223f1836
Octal2461731550324243173066
Binary1010011011110111101101011010100010100011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B6D; }

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

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

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

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

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

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

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

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