#A97C6E

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

Shades of Hemp #A97C6E

Tints of Hemp #A97C6E

Color information

#A97C6E (or 0xA97C6E) is unknown color: approx Hemp. HEX triplet: A9, 7C and 6E. RGB value is (169,124,110). Sum of RGB (Red+Green+Blue) = 169+124+110=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C6E is #568391. Grayscale: #878787. Windows color (decimal): -5669778 or 7240873. OLE color: 7240873.

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

Color convert

RGB169124110-
CMYK00.270.350.34
HSL14.24º25.54%54.71%-
HSV(B)14.24º34.91%66.27%-
XYZ26.3823.9817.99-
YUV135.86113.41151.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=41.94%
G=30.77%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912411000.270.350.3414.2425.5454.71
HexA97C6E01B2322e1a37
Octal2511741560334342163267
Binary1010100111111001101110011011100011100010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C6E; }

 p { color: rgb(169,124,110); }

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

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

 a { background-color: rgb(169,124,110); }

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

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

 span { border-color: rgb(169,124,110); }

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