#A37A6C

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

Shades of Hemp #A37A6C

Tints of Hemp #A37A6C

Color information

#A37A6C (or 0xA37A6C) is unknown color: approx Hemp. HEX triplet: A3, 7A and 6C. RGB value is (163,122,108). Sum of RGB (Red+Green+Blue) = 163+122+108=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A6C is #5C8593. Grayscale: #848484. Windows color (decimal): -6063508 or 7109283. OLE color: 7109283.

HSL color Cylindrical-coordinate representation of color #A37A6C: hue angle of 15.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37A6C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163122108-
CMYK00.250.340.36
HSL15.27º23.01%53.14%-
HSV(B)15.27º33.74%63.92%-
XYZ24.7722.7917.28-
YUV132.66114.08149.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=41.48%
G=31.04%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312210800.250.340.3615.2723.0153.14
HexA37A6C0192224f1735
Octal2431721540314244172765
Binary1010001111110101101100011001100010100100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A6C; }

 p { color: rgb(163,122,108); }

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

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

 a { background-color: rgb(163,122,108); }

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

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

 span { border-color: rgb(163,122,108); }

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