#A17D6E

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

Shades of Hemp #A17D6E

Tints of Hemp #A17D6E

Color information

#A17D6E (or 0xA17D6E) is unknown color: approx Hemp. HEX triplet: A1, 7D and 6E. RGB value is (161,125,110). Sum of RGB (Red+Green+Blue) = 161+125+110=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D6E is #5E8291. Grayscale: #868686. Windows color (decimal): -6193810 or 7241121. OLE color: 7241121.

HSL color Cylindrical-coordinate representation of color #A17D6E: hue angle of 17.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17D6E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161125110-
CMYK00.220.320.37
HSL17.65º21.34%53.14%-
HSV(B)17.65º31.68%63.14%-
XYZ24.8523.3717.95-
YUV134.05114.43147.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=40.66%
G=31.57%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112511000.220.320.3717.6521.3453.14
HexA17D6E0162025121535
Octal2411751560264045222565
Binary10100001111110111011100101101000001001011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D6E; }

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

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

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

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

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

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

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

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