#A67D71

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

Shades of Hemp #A67D71

Tints of Hemp #A67D71

Color information

#A67D71 (or 0xA67D71) is unknown color: approx Hemp. HEX triplet: A6, 7D and 71. RGB value is (166,125,113). Sum of RGB (Red+Green+Blue) = 166+125+113=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D71 is #59828E. Grayscale: #878787. Windows color (decimal): -5866127 or 7437734. OLE color: 7437734.

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

Color convert

RGB166125113-
CMYK00.250.320.35
HSL13.58º22.94%54.71%-
HSV(B)13.58º31.93%65.1%-
XYZ26.0423.9718.88-
YUV135.89115.08149.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=41.09%
G=30.94%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612511300.250.320.3513.5822.9454.71
HexA67D710192023e1737
Octal2461751610314043162767
Binary1010011011111011110001011001100000100011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D71; }

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

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

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

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

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

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

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

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