#A67D6E

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

Shades of Hemp #A67D6E

Tints of Hemp #A67D6E

Color information

#A67D6E (or 0xA67D6E) is unknown color: approx Hemp. HEX triplet: A6, 7D and 6E. RGB value is (166,125,110). Sum of RGB (Red+Green+Blue) = 166+125+110=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D6E is #598291. Grayscale: #878787. Windows color (decimal): -5866130 or 7241126. OLE color: 7241126.

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

Color convert

RGB166125110-
CMYK00.250.340.35
HSL16.07º23.93%54.12%-
HSV(B)16.07º33.73%65.1%-
XYZ25.8723.918-
YUV135.55113.58149.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=41.40%
G=31.17%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612511000.250.340.3516.0723.9354.12
HexA67D6E0192223101836
Octal2461751560314243203066
Binary10100110111110111011100110011000101000111000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D6E; }

 p { color: rgb(166,125,110); }

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

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

 a { background-color: rgb(166,125,110); }

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

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

 span { border-color: rgb(166,125,110); }

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