#A67F71

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

Shades of Hemp #A67F71

Tints of Hemp #A67F71

Color information

#A67F71 (or 0xA67F71) is unknown color: approx Hemp. HEX triplet: A6, 7F and 71. RGB value is (166,127,113). Sum of RGB (Red+Green+Blue) = 166+127+113=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F71 is #59808E. Grayscale: #898989. Windows color (decimal): -5865615 or 7438246. OLE color: 7438246.

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

Color convert

RGB166127113-
CMYK00.230.320.35
HSL15.85º22.94%54.71%-
HSV(B)15.85º31.93%65.1%-
XYZ26.324.4818.96-
YUV137.06114.42148.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=40.89%
G=31.28%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612711300.230.320.3515.8522.9454.71
HexA67F710172023101737
Octal2461771610274043202767
Binary10100110111111111100010101111000001000111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F71; }

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

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

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

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

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

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

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

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