#A97D6F

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

Shades of Hemp #A97D6F

Tints of Hemp #A97D6F

Color information

#A97D6F (or 0xA97D6F) is unknown color: approx Hemp. HEX triplet: A9, 7D and 6F. RGB value is (169,125,111). Sum of RGB (Red+Green+Blue) = 169+125+111=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D6F is #568290. Grayscale: #888888. Windows color (decimal): -5669521 or 7306665. OLE color: 7306665.

HSL color Cylindrical-coordinate representation of color #A97D6F: hue angle of 14.48º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97D6F is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169125111-
CMYK00.260.340.34
HSL14.48º25.22%54.9%-
HSV(B)14.48º34.32%66.27%-
XYZ26.5724.2518.32-
YUV136.56113.58151.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=41.73%
G=30.86%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912511100.260.340.3414.4825.2254.9
HexA97D6F01A2222e1937
Octal2511751570324242163167
Binary1010100111111011101111011010100010100010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D6F; }

 p { color: rgb(169,125,111); }

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

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

 a { background-color: rgb(169,125,111); }

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

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

 span { border-color: rgb(169,125,111); }

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