#A97D6E

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

Shades of Hemp #A97D6E

Tints of Hemp #A97D6E

Color information

#A97D6E (or 0xA97D6E) is unknown color: approx Hemp. HEX triplet: A9, 7D and 6E. RGB value is (169,125,110). Sum of RGB (Red+Green+Blue) = 169+125+110=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D6E is #568291. Grayscale: #888888. Windows color (decimal): -5669522 or 7241129. OLE color: 7241129.

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

Color convert

RGB169125110-
CMYK00.260.350.34
HSL15.25º25.54%54.71%-
HSV(B)15.25º34.91%66.27%-
XYZ26.5124.2318.03-
YUV136.45113.08151.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=41.83%
G=30.94%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912511000.260.350.3415.2525.5454.71
HexA97D6E01A2322f1a37
Octal2511751560324342173267
Binary1010100111111011101110011010100011100010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D6E; }

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

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

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

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

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

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

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

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